mirror of
https://github.com/mas-cli/mas
synced 2024-12-11 20:52:35 +00:00
31 lines
986 B
Objective-C
31 lines
986 B
Objective-C
//
|
|
// Generated by class-dump 3.5 (64 bit).
|
|
//
|
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
//
|
|
|
|
#import "NSObject.h"
|
|
|
|
@class NSDictionary;
|
|
|
|
@interface ISUserNotification : NSObject
|
|
{
|
|
long long _allowedRetryCount;
|
|
long long _currentRetryCount;
|
|
NSDictionary *_dictionary;
|
|
unsigned long long _optionFlags;
|
|
NSDictionary *_userInfo;
|
|
}
|
|
|
|
@property(retain) NSDictionary *userInfo; // @synthesize userInfo=_userInfo;
|
|
@property unsigned long long optionFlags; // @synthesize optionFlags=_optionFlags;
|
|
@property(retain) NSDictionary *dictionary; // @synthesize dictionary=_dictionary;
|
|
@property long long currentRetryCount; // @synthesize currentRetryCount=_currentRetryCount;
|
|
@property long long allowedRetryCount; // @synthesize allowedRetryCount=_allowedRetryCount;
|
|
- (void).cxx_destruct;
|
|
- (struct __CFUserNotification *)copyUserNotification;
|
|
- (id)initWithDictionary:(id)arg1 options:(unsigned long long)arg2;
|
|
- (id)init;
|
|
|
|
@end
|
|
|