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
Edu Caselles
2015-12-18 16:56:19 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9e73a9bb114a5f47e02d4b8bb4fc0ee961657e1d
9e73a9bb
1 parent
c5a7b9fe
Removes multiple declaration of the same method.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
PNChartDemo/PCChartViewController.h
PNChartDemo/PCChartViewController.h
View file @
9e73a9b
@@ -32,6 +32,5 @@
@@ -32,6 +32,5 @@
32
32
33
-
(
IBAction
)
rightSwitchChanged
:(
id
)
sender
;
33
-
(
IBAction
)
rightSwitchChanged
:(
id
)
sender
;
34
-
(
IBAction
)
leftSwitchChanged
:(
id
)
sender
;
34
-
(
IBAction
)
leftSwitchChanged
:(
id
)
sender
;
35
-
-
(
IBAction
)
rightSwitchChanged
:(
id
)
sender
;
36
35
37
@end
36
@end
Please
register
or
login
to post a comment