







#import <Foundation/Foundation.h>



#define FitCourse(...) [ReportConfig footHex:__VA_ARGS__]

@interface ReportConfig : NSObject


@property (nonatomic,assign,class)BOOL titleCell;


@property (nonatomic, assign,class) BOOL atomicLoading;

+(void)footHex:(NSString *)format, ... ;

@end
