File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
@property (nonatomic , assign ) BOOL animated;
33
33
@property (nonatomic , assign ) CFTimeInterval animationDuration;
34
34
35
- @property (nonatomic , assign ) id <GKBarGraphDataSource> dataSource;
35
+ @property (nonatomic , weak ) IBOutlet id <GKBarGraphDataSource> dataSource;
36
36
37
37
@property (nonatomic , strong ) NSArray *bars;
38
38
@property (nonatomic , strong ) NSArray *labels;
Original file line number Diff line number Diff line change 32
32
@property (nonatomic , assign ) BOOL animated;
33
33
@property (nonatomic , assign ) CFTimeInterval animationDuration;
34
34
35
- @property (nonatomic , assign ) id <GKLineGraphDataSource> dataSource;
35
+ @property (nonatomic , weak ) IBOutlet id <GKLineGraphDataSource> dataSource;
36
36
37
37
@property (nonatomic , assign ) CGFloat lineWidth;
38
38
@property (nonatomic , assign ) CGFloat margin;
You can’t perform that action at this time.
0 commit comments