diff --git a/MVMCore/MVMCore/AlertHandling/MVMCoreAlertObject.h b/MVMCore/MVMCore/AlertHandling/MVMCoreAlertObject.h index 8edc6a2..9735c7c 100644 --- a/MVMCore/MVMCore/AlertHandling/MVMCoreAlertObject.h +++ b/MVMCore/MVMCore/AlertHandling/MVMCoreAlertObject.h @@ -30,7 +30,6 @@ typedef void (^TextFieldErrorHandler)(NSArray * _Nonnull fieldErrors); @property (nullable, strong, nonatomic) NSString *title; @property (nullable, copy, nonatomic) NSDictionary *pageJson; @property (nullable, strong, nonatomic) NSString *message; -@property (nullable, strong, nonatomic) NSString *pageType; @property (nonnull, strong, nonatomic) NSArray *actions; @property (nonatomic) BOOL isGreedy; @property (nonatomic) UIAlertControllerStyle alertStyle;