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
Kevin
2014-12-25 01:53:15 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
dc7eecf86398cacf03e8640a2072a6cf3d636007
dc7eecf8
2 parents
815f5f98
08205ca3
Merge pull request #133 from onevcat/patch-1
Make delegate methods optional
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
PNChart/PNChartDelegate.h
PNChart/PNChartDelegate.h
View file @
dc7eecf
...
...
@@ -9,7 +9,7 @@
#import <Foundation/Foundation.h>
@protocol
PNChartDelegate
<
NSObject
>
@optional
/**
* Callback method that gets invoked when the user taps on the chart line.
*/
...
...
Please
register
or
login
to post a comment