Skip to content

Commit 2ef5e57

Browse files
author
Momo Ozawa
committed
Delete: references to BlogDetailHeaderViewDelegate
1 parent 995683c commit 2ef5e57

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

WordPress/Classes/ViewRelated/Blog/Blog Details/BlogDetailsViewController.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ typedef NS_ENUM(NSUInteger, BlogDetailsNavigationSource) {
153153
- (void)showPageListFromSource:(BlogDetailsNavigationSource)source;
154154
- (void)showMediaLibraryFromSource:(BlogDetailsNavigationSource)source;
155155
- (void)showStatsFromSource:(BlogDetailsNavigationSource)source;
156-
- (void)refreshSiteIcon;
157-
- (void)toggleSpotlightForSiteTitle;
158-
- (void)toggleSpotlightOnHeaderView;
159-
- (void)uploadDroppedSiteIcon:(nonnull UIImage *)image onCompletion:(nullable void(^)(void))completion;
160156
- (void)updateTableViewAndHeader;
161157
- (void)preloadMetadata;
162158
- (void)pulledToRefreshWith:(nonnull UIRefreshControl *)refreshControl onCompletion:(nullable void(^)(void))completion;

WordPress/Classes/ViewRelated/Blog/Blog Details/BlogDetailsViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ - (instancetype)initWithTitle:(NSString *)title
211211

212212
#pragma mark -
213213

214-
@interface BlogDetailsViewController () <UIActionSheetDelegate, UIAlertViewDelegate, WPSplitViewControllerDetailProvider, BlogDetailHeaderViewDelegate, UITableViewDelegate, UITableViewDataSource>
214+
@interface BlogDetailsViewController () <UIActionSheetDelegate, UIAlertViewDelegate, WPSplitViewControllerDetailProvider, UITableViewDelegate, UITableViewDataSource>
215215

216216
@property (nonatomic, strong) NSArray *headerViewHorizontalConstraints;
217217
@property (nonatomic, strong) NSArray<BlogDetailsSection *> *tableSections;

0 commit comments

Comments
 (0)