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
Gabe Heafitz
2014-10-30 23:09:02 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f91b2a470809990ea992962886a6f2be1a6b3dfb
f91b2a47
1 parent
722a0dbd
Remove empty method bodies.
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
PNChartDemo/PCChartViewController.m
PNChartDemo/PCChartViewController.m
View file @
f91b2a4
...
...
@@ -8,29 +8,6 @@
#import "PCChartViewController.h"
@interface
PCChartViewController
()
@end
@implementation
PCChartViewController
-
(
void
)
viewDidLoad
{
[
super
viewDidLoad
];
// Do any additional setup after loading the view.
}
-
(
void
)
viewWillAppear
:
(
BOOL
)
animated
{
[
super
viewWillAppear
:
animated
];
}
-
(
void
)
didReceiveMemoryWarning
{
[
super
didReceiveMemoryWarning
];
// Dispose of any resources that can be recreated.
}
@end
...
...
Please
register
or
login
to post a comment