Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
|
|
@ -0,0 +1,19 @@
|
|||
#import "MWMAlert.h"
|
||||
|
||||
typedef NS_ENUM(NSInteger, MWMMobileInternetAlertResult) {
|
||||
MWMMobileInternetAlertResultAlways,
|
||||
MWMMobileInternetAlertResultToday,
|
||||
MWMMobileInternetAlertResultNotToday
|
||||
};
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
typedef void(^MWMMobileInternetAlertCompletionBlock)(MWMMobileInternetAlertResult result);
|
||||
|
||||
@interface MWMMobileInternetAlert : MWMAlert
|
||||
|
||||
+ (instancetype)alertWithBlock:(MWMMobileInternetAlertCompletionBlock)block;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Loading…
Add table
Add a link
Reference in a new issue