Kevin

Merge pull request #133 from onevcat/patch-1

Make delegate methods optional
... ... @@ -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.
*/
... ... @@ -27,4 +27,4 @@
*/
- (void)userClickedOnBarAtIndex:(NSInteger)barIndex;
@end
\ No newline at end of file
@end
... ...