Skip to content

Commit

Permalink
Remove WPProgressTableViewCell
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jan 8, 2025
1 parent 7fbb68a commit 4e283d4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 263 deletions.
1 change: 0 additions & 1 deletion WordPress/Classes/System/WordPress-Bridging-Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#import "PostServiceOptions.h"
#import "PostSettingsViewController.h"
#import "PostSettingsViewController_Internal.h"
#import "WPProgressTableViewCell.h"
#import "PostTag.h"
#import "PostTagService.h"

Expand Down
15 changes: 0 additions & 15 deletions WordPress/Classes/ViewRelated/Cells/WPProgressTableViewCell.h

This file was deleted.

124 changes: 0 additions & 124 deletions WordPress/Classes/ViewRelated/Cells/WPProgressTableViewCell.m

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
#import "SharingDetailViewController.h"
#import "CoreDataStack.h"
#import "MediaService.h"
#import "WPProgressTableViewCell.h"
#import <Photos/Photos.h>
#import <UniformTypeIdentifiers/UniformTypeIdentifiers.h>
#import "WordPress-Swift.h"

@import Gridicons;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ typedef enum {
PostSettingsSectionPageAttributes
} PostSettingsSection;


@class WPProgressTableViewCell;

@interface PostSettingsViewController ()

@property (nonnull, nonatomic, strong) NSArray *sections;
Expand Down

This file was deleted.

0 comments on commit 4e283d4

Please sign in to comment.