Skip to content

Commit

Permalink
Revert "Add macro define file for custom model"
Browse files Browse the repository at this point in the history
This reverts commit 9133471.
  • Loading branch information
AAChartModel committed Jun 19, 2017
1 parent 0fd89fe commit cdbd6e4
Show file tree
Hide file tree
Showing 30 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion AAChartKit/PrefixHeader.pch
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef PrefixHeader_pch
#define PrefixHeader_pch

//#import "AAGlobalMacro.h"
#import "AAGlobalMacro.h"



Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAChartConfiger/AAChartModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
#import "AASeriesElement.h"
#import "AAPlotLinesElement.h"

Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAChartConfiger/AAJsonConverter.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"

@interface AAJsonConverter : NSObject
+(NSString *)getPureOptionsString:(id)optionsObject;
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAChartConfiger/AAOptionsConstructor.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
#import "AAOptions.h"
#import "AAChart.h"
#import "AAAnimation.h"
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAAnimation.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"

@interface AAAnimation : NSObject
AAPropStatementAndFuncStatement(strong, AAAnimation, NSNumber *, duration);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAArea.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AADataLabels;
@interface AAArea : NSObject
AAPropStatementAndFuncStatement(strong, AAArea, AADataLabels *, dataLabels);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAAreaspline.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AADataLabels;
@interface AAAreaspline : NSObject
AAPropStatementAndFuncStatement(strong, AAAreaspline, AADataLabels *, dataLabels);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AABar.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AADataLabels;
@interface AABar : NSObject
AAPropStatementAndFuncStatement(strong, AABar, NSNumber *, pointPadding);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAChart.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AAAnimation;
@class AAOptions3d;
@interface AAChart : NSObject
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAColumn.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AADataLabels;
@interface AAColumn : NSObject
AAPropStatementAndFuncStatement(strong, AAColumn, NSNumber *, pointPadding);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AADataLabels.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AAStyle;
@interface AADataLabels : NSObject
AAPropStatementAndFuncStatement(assign, AADataLabels, BOOL , enabled);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAItemStyle.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"

@interface AAItemStyle : NSObject
AAPropStatementAndFuncStatement(copy, AAItemStyle, NSString *, color);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AALabels.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"

@interface AALabels : NSObject
AAPropStatementAndFuncStatement(assign, AALabels, BOOL, enabled);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AALegend.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AAItemStyle;
@interface AALegend : NSObject
AAPropStatementAndFuncStatement(assign, AALegend, BOOL, enabled);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AALine.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AADataLabels;
@interface AALine : NSObject
AAPropStatementAndFuncStatement(strong, AALine, NSNumber *, lineWidth);//设置折线的宽度
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAMarker.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"

@interface AAMarker : NSObject
AAPropStatementAndFuncStatement(strong, AAMarker, NSNumber *, radius);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AAChart,AATitle,AASubtitle,AAXAxis,AAYAxis,AATooltip,AAPlotOptions,AAColumn,AALegend;


Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAOptions3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"

@interface AAOptions3d : NSObject
AAPropStatementAndFuncStatement(assign, AAOptions3d, BOOL, enabled);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAPie.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AADataLabels;
@interface AAPie : NSObject
AAPropStatementAndFuncStatement(assign, AAPie, BOOL, allowPointSelect);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAPlotLinesElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"

@interface AAPlotLinesElement : NSObject
AAPropStatementAndFuncStatement(copy, AAPlotLinesElement, NSString *, color);//基线颜色
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAPlotOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AAColumn,AABar,AALine,AASpline,AAArea,AAAreaspline,AAPie,AASeries;

@interface AAPlotOptions : NSObject
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AASeries.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AAMarker,AAAnimation;
@interface AASeries : NSObject
AAPropStatementAndFuncStatement(strong, AASeries, NSNumber *, borderRadius);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AASeriesElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AAMarker;
@interface AASeriesElement : NSObject
AAPropStatementAndFuncStatement(strong, AASeriesElement, NSNumber *, borderRadius);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AASpline.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AADataLabels;
@interface AASpline : NSObject
AAPropStatementAndFuncStatement(strong, AASpline, AADataLabels *, dataLabels);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAStyle.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"

@interface AAStyle : NSObject
AAPropStatementAndFuncStatement(copy, AAStyle, NSString *, color);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AASubtitle.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AAStyle;
@interface AASubtitle : NSObject
AAPropStatementAndFuncStatement(copy, AASubtitle, NSString *, text);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AATitle.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@


#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AAStyle;
@interface AATitle : NSObject
AAPropStatementAndFuncStatement(copy, AATitle, NSString *, text);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AATooltip.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"

@interface AATooltip : NSObject
AAPropStatementAndFuncStatement(copy, AATooltip, NSString *, headerFormat);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAXAxis.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AALabels;
@interface AAXAxis : NSObject
AAPropStatementAndFuncStatement(strong, AAXAxis, id, categories);
Expand Down
1 change: 0 additions & 1 deletion AAChartKitLib/AAOptionsModel/AAYAxis.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
//gridLineColor

#import <Foundation/Foundation.h>
#import "AAGlobalMacro.h"
@class AATitle,AALabels;

@interface AAYAxis : NSObject
Expand Down

0 comments on commit cdbd6e4

Please sign in to comment.