Skip to content

Commit cdbd6e4

Browse files
committed
Revert "Add macro define file for custom model"
This reverts commit 9133471.
1 parent 0fd89fe commit cdbd6e4

30 files changed

+1
-30
lines changed

AAChartKit/PrefixHeader.pch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifndef PrefixHeader_pch
1111
#define PrefixHeader_pch
1212

13-
//#import "AAGlobalMacro.h"
13+
#import "AAGlobalMacro.h"
1414

1515

1616

AAChartKitLib/AAChartConfiger/AAChartModel.h

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

1010
#import <Foundation/Foundation.h>
11-
#import "AAGlobalMacro.h"
1211
#import "AASeriesElement.h"
1312
#import "AAPlotLinesElement.h"
1413

AAChartKitLib/AAChartConfiger/AAJsonConverter.h

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

1010
#import <Foundation/Foundation.h>
11-
#import "AAGlobalMacro.h"
1211

1312
@interface AAJsonConverter : NSObject
1413
+(NSString *)getPureOptionsString:(id)optionsObject;

AAChartKitLib/AAChartConfiger/AAOptionsConstructor.h

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

1010
#import <Foundation/Foundation.h>
11-
#import "AAGlobalMacro.h"
1211
#import "AAOptions.h"
1312
#import "AAChart.h"
1413
#import "AAAnimation.h"

AAChartKitLib/AAOptionsModel/AAAnimation.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//
88

99
#import <Foundation/Foundation.h>
10-
#import "AAGlobalMacro.h"
1110

1211
@interface AAAnimation : NSObject
1312
AAPropStatementAndFuncStatement(strong, AAAnimation, NSNumber *, duration);

AAChartKitLib/AAOptionsModel/AAArea.h

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

1010
#import <Foundation/Foundation.h>
11-
#import "AAGlobalMacro.h"
1211
@class AADataLabels;
1312
@interface AAArea : NSObject
1413
AAPropStatementAndFuncStatement(strong, AAArea, AADataLabels *, dataLabels);

AAChartKitLib/AAOptionsModel/AAAreaspline.h

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

1010
#import <Foundation/Foundation.h>
11-
#import "AAGlobalMacro.h"
1211
@class AADataLabels;
1312
@interface AAAreaspline : NSObject
1413
AAPropStatementAndFuncStatement(strong, AAAreaspline, AADataLabels *, dataLabels);

AAChartKitLib/AAOptionsModel/AABar.h

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

1010
#import <Foundation/Foundation.h>
11-
#import "AAGlobalMacro.h"
1211
@class AADataLabels;
1312
@interface AABar : NSObject
1413
AAPropStatementAndFuncStatement(strong, AABar, NSNumber *, pointPadding);

AAChartKitLib/AAOptionsModel/AAChart.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111

1212
#import <Foundation/Foundation.h>
13-
#import "AAGlobalMacro.h"
1413
@class AAAnimation;
1514
@class AAOptions3d;
1615
@interface AAChart : NSObject

AAChartKitLib/AAOptionsModel/AAColumn.h

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

1010
#import <Foundation/Foundation.h>
11-
#import "AAGlobalMacro.h"
1211
@class AADataLabels;
1312
@interface AAColumn : NSObject
1413
AAPropStatementAndFuncStatement(strong, AAColumn, NSNumber *, pointPadding);

0 commit comments

Comments
 (0)