File tree Expand file tree Collapse file tree
RKDropdownAlert.xcodeproj/project.xcworkspace/xcuserdata/cwrichardkim93.xcuserdatad Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,10 +60,12 @@ extern NSString *const RKDropdownAlertDismissAllNotification;
6060+(void )title : (NSString *)title time : (NSInteger )seconds delegate : (id <RKDropdownAlertDelegate>)delegate ;
6161+(void )title : (NSString *)title backgroundColor : (UIColor*)backgroundColor textColor : (UIColor*)textColor delegate : (id <RKDropdownAlertDelegate>)delegate ;
6262+(void )title : (NSString *)title backgroundColor : (UIColor*)backgroundColor textColor : (UIColor*)textColor time : (NSInteger )seconds delegate : (id <RKDropdownAlertDelegate>)delegate ;
63+
6364+(void )title : (NSString *)title message : (NSString *)message delegate : (id <RKDropdownAlertDelegate>)delegate ;
6465+(void )title : (NSString *)title message : (NSString *)message time : (NSInteger )seconds delegate : (id <RKDropdownAlertDelegate>)delegate ;
6566+(void )title : (NSString *)title message : (NSString *)message backgroundColor : (UIColor*)backgroundColor textColor : (UIColor*)textColor delegate : (id <RKDropdownAlertDelegate>)delegate ;
6667+(void )title : (NSString *)title message : (NSString *)message backgroundColor : (UIColor*)backgroundColor textColor : (UIColor*)textColor time : (NSInteger )seconds delegate : (id <RKDropdownAlertDelegate>)delegate ;
68+
6769+(void )dismissAllAlert ;
6870
6971@property UIColor *defaultViewColor;
You can’t perform that action at this time.
0 commit comments