Skip to content

Commit 33e0a34

Browse files
committed
Add the header file AAChartKit.h
1 parent 97d0dc8 commit 33e0a34

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

AAChartKit.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
2707BA941EF7BA47008357AC /* AAYAxis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAYAxis.h; sourceTree = "<group>"; };
163163
2707BA951EF7BA47008357AC /* AAYAxis.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AAYAxis.m; sourceTree = "<group>"; };
164164
2707BA961EF7BA47008357AC /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
165+
2707BABF1EF8BAF1008357AC /* AAChartKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AAChartKit.h; sourceTree = "<group>"; };
165166
64245AC91EC0DD6D005B8021 /* IMG_1874.JPG */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = IMG_1874.JPG; sourceTree = "<group>"; };
166167
64245ACB1EC36307005B8021 /* IMG_1875.JPG */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = IMG_1875.JPG; sourceTree = "<group>"; };
167168
64245ACF1EC36897005B8021 /* IMG_1877.JPG */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = IMG_1877.JPG; sourceTree = "<group>"; };
@@ -243,11 +244,12 @@
243244
2707BA4F1EF7BA47008357AC /* AAChartConfiger */ = {
244245
isa = PBXGroup;
245246
children = (
247+
2707BABF1EF8BAF1008357AC /* AAChartKit.h */,
248+
2707BA541EF7BA47008357AC /* AAGlobalMacro.h */,
246249
2707BA501EF7BA47008357AC /* AAChartModel.h */,
247250
2707BA511EF7BA47008357AC /* AAChartModel.m */,
248251
2707BA521EF7BA47008357AC /* AAChartView.h */,
249252
2707BA531EF7BA47008357AC /* AAChartView.m */,
250-
2707BA541EF7BA47008357AC /* AAGlobalMacro.h */,
251253
2707BA551EF7BA47008357AC /* AAJsonConverter.h */,
252254
2707BA561EF7BA47008357AC /* AAJsonConverter.m */,
253255
2707BA571EF7BA47008357AC /* AAOptionsConstructor.h */,

AAChartKit/ChartsDemo/SecondViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99

1010
#import "SecondViewController.h"
11-
#import "AAChartView.h"
11+
#import "AAChartKit.h"
1212
@interface SecondViewController ()
1313
@property(nonatomic,strong)AAChartModel *chartModel;
1414
@property(nonatomic,strong)AAChartView *chartView;
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//
2+
// AAChartKit.h
3+
// AAChartKit
4+
//
5+
// Created by An An on 2017/6/20.
6+
// Copyright © 2017年 An An. All rights reserved.
7+
//
8+
#import "AAChartView.h"
9+
10+

0 commit comments

Comments
 (0)