-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathABContextManager.h
41 lines (35 loc) · 1.37 KB
/
ABContextManager.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
40
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Foundation/NSObject.h>
@class EEContextModel, NSDictionary, NSMutableDictionary;
@protocol OS_dispatch_queue;
@interface ABContextManager : NSObject
{
NSObject<OS_dispatch_queue> *_queue;
NSDictionary *_keys;
NSMutableDictionary *_dynamicContexts;
NSMutableDictionary *_dynamicContextsCache;
EEContextModel *_context;
}
+ (id)valueForKey:(id)arg1;
+ (void)setABConditionProtocol:(id)arg1;
+ (void)loadDataFromDisk;
+ (id)getContextForDynamicField:(id)arg1;
+ (_Bool)isDynamicFieldInContext:(id)arg1;
+ (void)setupManager;
+ (id)sharedManager;
@property(retain, nonatomic) EEContextModel *context; // @synthesize context=_context;
@property(retain) NSMutableDictionary *dynamicContextsCache; // @synthesize dynamicContextsCache=_dynamicContextsCache;
@property(retain) NSMutableDictionary *dynamicContexts; // @synthesize dynamicContexts=_dynamicContexts;
@property(retain, nonatomic) NSDictionary *keys; // @synthesize keys=_keys;
- (void).cxx_destruct;
- (void)doOperatorObj:(id)arg1 forDict:(id)arg2;
- (void)handleAccsPushResultObject:(id)arg1;
- (_Bool)saveContextDataToDisk;
- (void)loadAndCheckContextData;
- (void)adjustCacheFor:(unsigned long long)arg1;
- (id)init;
@end