






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface ItsAirGrade : NSObject


@property (nonatomic, copy) NSString * hybridAliveName;


@property (nonatomic, copy) NSString * filmAssistant;


@property (nonatomic, copy) NSString * cellFontIts;


@property (nonatomic, copy) NSString * collapsesName;


@property (nonatomic, copy) NSString * ruleFullyLevel;

@property (nonatomic, strong) NSDictionary * axesNameAre;
@end

NS_ASSUME_NONNULL_END
