remove unused page type
This commit is contained in:
parent
bffb93660d
commit
d825927486
@ -30,7 +30,6 @@ typedef void (^TextFieldErrorHandler)(NSArray * _Nonnull fieldErrors);
|
|||||||
@property (nullable, strong, nonatomic) NSString *title;
|
@property (nullable, strong, nonatomic) NSString *title;
|
||||||
@property (nullable, copy, nonatomic) NSDictionary *pageJson;
|
@property (nullable, copy, nonatomic) NSDictionary *pageJson;
|
||||||
@property (nullable, strong, nonatomic) NSString *message;
|
@property (nullable, strong, nonatomic) NSString *message;
|
||||||
@property (nullable, strong, nonatomic) NSString *pageType;
|
|
||||||
@property (nonnull, strong, nonatomic) NSArray *actions;
|
@property (nonnull, strong, nonatomic) NSArray *actions;
|
||||||
@property (nonatomic) BOOL isGreedy;
|
@property (nonatomic) BOOL isGreedy;
|
||||||
@property (nonatomic) UIAlertControllerStyle alertStyle;
|
@property (nonatomic) UIAlertControllerStyle alertStyle;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user