diff --git a/Sources/AppIconOptionsController.m b/Sources/AppIconOptionsController.m index 0430978ba4..c080407901 100644 --- a/Sources/AppIconOptionsController.m +++ b/Sources/AppIconOptionsController.m @@ -1,4 +1,11 @@ #import "AppIconOptionsController.h" +#import + +@interface AppIconOptionsController () +@property (strong, nonatomic) UITableView *tableView; +@property (strong, nonatomic) NSArray *appIcons; +@property (assign, nonatomic) NSInteger selectedIconIndex; +@end @implementation AppIconOptionsController