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 18:54:35 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3f51a54341ecda76ae7dd442c5bb15ed781241c1
3f51a543
1 parent
a512af93
Optimize imports.
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
PNChart/PNChartLabel.m
PNChartDemo/PCChartsTableViewController.m
PNChartDemo/main.m
PNChart/PNChartLabel.m
View file @
3f51a54
...
...
@@ -7,7 +7,6 @@
//
#import "PNChartLabel.h"
#import "PNColor.h"
@implementation
PNChartLabel
...
...
PNChartDemo/PCChartsTableViewController.m
View file @
3f51a54
...
...
@@ -7,9 +7,6 @@
//
#import "PCChartsTableViewController.h"
#import "PNChart.h"
#import "PNLineChartData.h"
#import "PNLineChartDataItem.h"
@interface
PCChartsTableViewController
()
...
...
PNChartDemo/main.m
View file @
3f51a54
...
...
@@ -6,8 +6,6 @@
// Copyright (c) 2013年 kevinzhow. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "PCAppDelegate.h"
int
main
(
int
argc
,
char
*
argv
[])
...
...
Please
register
or
login
to post a comment