-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLocationUsageMixin.h
42 lines (35 loc) · 1.38 KB
/
LocationUsageMixin.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
41
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, June 5, 2018 at 6:48:34 PM China Standard Time
* Operating System: Version 8.2 (Build 12D508)
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/Preferences.app/Preferences
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <Preferences/Preferences-Structs.h>
@class PSTableCell, UIImageView, UILabel;
@interface LocationUsageMixin : NSObject {
PSTableCell* _cell;
int _usage;
UIImageView* _usageIndicator;
UILabel* _authLevelLabel;
BOOL _labelOverlapsIndicator;
double horizontalOffset;
unsigned long long _authLevel;
}
@property (assign,nonatomic) int usage; //@synthesize usage=_usage - In the implementation block
@property (assign,nonatomic) unsigned long long authLevel; //@synthesize authLevel=_authLevel - In the implementation block
@property (assign,nonatomic) double horizontalOffset;
-(id)iconNameForUsage:(int)arg1 ;
-(id)_authLevelForMask:(unsigned long long)arg1 ;
-(CGSize)_authLevelLabelSize:(unsigned long long)arg1 ;
-(CGSize)usageIndicatorSize;
-(void)setAuthLevel:(unsigned long long)arg1 ;
-(void)layoutUsageIndicator;
-(unsigned long long)authLevel;
-(void)dealloc;
-(id)initWithTableCell:(id)arg1 ;
-(void)setUsage:(int)arg1 ;
-(void)setHorizontalOffset:(double)arg1 ;
-(double)horizontalOffset;
-(int)usage;
@end