-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathCompassLabelsView.h
More file actions
45 lines (38 loc) · 1.66 KB
/
CompassLabelsView.h
File metadata and controls
45 lines (38 loc) · 1.66 KB
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
42
43
44
/*
* This header is generated by classdump-dyld 0.7
* on Wednesday, July 22, 2015 at 7:09:25 PM Japan Standard Time
* Operating System: Version 8.4 (Build 12H143)
* Image Source: /Applications/Compass.app/Compass
* classdump-dyld is licensed under GPLv3, Copyright © 2013 by Elias Limneos.
*/
#import <Compass/Compass-Structs.h>
#import <CompassUI/CompassRotatingView.h>
@class NSDictionary, UILabel;
@interface CompassLabelsView : CompassRotatingView {
NSDictionary* _directionLabels;
UILabel* _bearingLabel;
float _directionLabelRadius;
float _bearingLabelRadius;
float _bearing;
float _degreesRadius;
}
@property (assign,nonatomic) float degreesRadius; //@synthesize degreesRadius=_degreesRadius - In the implementation block
@property (assign,nonatomic) float directionLabelRadius; //@synthesize directionLabelRadius=_directionLabelRadius - In the implementation block
@property (assign,nonatomic) float bearingLabelRadius; //@synthesize bearingLabelRadius=_bearingLabelRadius - In the implementation block
@property (assign,nonatomic) float bearing; //@synthesize bearing=_bearing - In the implementation block
-(void)setDirectionLabelRadius:(float)arg1 ;
-(void)setBearingLabelRadius:(float)arg1 ;
-(void)setBearing:(float)arg1 animated:(char)arg2 ;
-(id)bearingLabel;
-(void)updateLabelsAnimated:(char)arg1 ;
-(id)directionLabels;
-(void)setDegreesRadius:(float)arg1 ;
-(float)directionLabelRadius;
-(float)bearingLabelRadius;
-(float)degreesRadius;
-(id)initWithFrame:(CGRect)arg1 ;
-(void)layoutSubviews;
-(void)setCompassHeading:(double)arg1 ;
-(void)setBearing:(float)arg1 ;
-(float)bearing;
@end