-
Notifications
You must be signed in to change notification settings - Fork 0
/
AKFAppEventsState.h
40 lines (33 loc) · 1.17 KB
/
AKFAppEventsState.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
#import "NSCopying-Protocol.h"
#import "NSSecureCoding-Protocol.h"
@class NSArray, NSMutableArray, NSString;
@interface AKFAppEventsState : NSObject <NSCopying, NSSecureCoding>
{
NSMutableArray *_mutableEvents;
unsigned long long _numSkipped;
NSString *_tokenString;
NSString *_appID;
}
+ (_Bool)supportsSecureCoding;
@property(readonly, copy) NSString *appID; // @synthesize appID=_appID;
@property(readonly, copy) NSString *tokenString; // @synthesize tokenString=_tokenString;
@property(readonly) unsigned long long numSkipped; // @synthesize numSkipped=_numSkipped;
- (void).cxx_destruct;
- (id)JSONStringForEvents;
- (_Bool)isCompatibleWithTokenString:(id)arg1 appID:(id)arg2;
- (_Bool)isCompatibleWithAppEventsState:(id)arg1;
- (void)addEvent:(id)arg1;
- (void)addEventsFromAppEventState:(id)arg1;
@property(readonly, copy) NSArray *events;
- (void)encodeWithCoder:(id)arg1;
- (id)initWithCoder:(id)arg1;
- (id)copyWithZone:(struct _NSZone *)arg1;
- (id)initWithToken:(id)arg1 appID:(id)arg2;
- (id)init;
@end