Gabe Heafitz

Optimize imports.

... ... @@ -7,7 +7,6 @@
//
#import "PNChartLabel.h"
#import "PNColor.h"
@implementation PNChartLabel
... ...
... ... @@ -7,9 +7,6 @@
//
#import "PCChartsTableViewController.h"
#import "PNChart.h"
#import "PNLineChartData.h"
#import "PNLineChartDataItem.h"
@interface PCChartsTableViewController ()
... ...
... ... @@ -6,8 +6,6 @@
// Copyright (c) 2013年 kevinzhow. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "PCAppDelegate.h"
int main(int argc, char * argv[])
... ...