File tree 1 file changed +2
-6
lines changed
WordPress/Classes/Services
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
#import " CoreDataStack.h"
2
2
3
- NS_ASSUME_NONNULL_BEGIN
4
-
5
3
@class Blog;
6
4
@class Theme;
7
5
@class WPAccount;
8
6
9
7
typedef void (^ThemeServiceSuccessBlock)(void );
10
- typedef void (^ThemeServiceThemeRequestSuccessBlock)(Theme * _Nullable theme);
11
- typedef void (^ThemeServiceThemesRequestSuccessBlock)(NSArray <Theme *> * _Nullable themes, BOOL hasMore, NSInteger totalThemeCount);
8
+ typedef void (^ThemeServiceThemeRequestSuccessBlock)(Theme *theme);
9
+ typedef void (^ThemeServiceThemesRequestSuccessBlock)(NSArray <Theme *> *themes, BOOL hasMore, NSInteger totalThemeCount);
12
10
typedef void (^ThemeServiceFailureBlock)(NSError *error);
13
11
14
12
@interface ThemeService : NSObject
@@ -112,5 +110,3 @@ typedef void(^ThemeServiceFailureBlock)(NSError *error);
112
110
113
111
114
112
@end
115
-
116
- NS_ASSUME_NONNULL_END
You can’t perform that action at this time.
0 commit comments