Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
PNChart
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
kevinzhow
2013-11-07 14:14:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
065bd3db180af271af25f5a7f1a4b3aa9400210e
065bd3db
1 parent
1f3db1c8
Remove CAShapeLayer * chartLine from PNChart.h
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
PNChartDemo/PNChart/PNChart.h
PNChartDemo/PNChart/PNChart.h
View file @
065bd3d
...
...
@@ -44,8 +44,6 @@ typedef enum {
@property
(
strong
,
nonatomic
)
NSArray
*
yValues
;
@property
(
nonatomic
,
strong
)
CAShapeLayer
*
chartLine
;
@property
(
strong
,
nonatomic
)
PNLineChart
*
lineChart
;
@property
(
strong
,
nonatomic
)
PNBarChart
*
barChart
;
...
...
Please
register
or
login
to post a comment