






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface HisWarpModel : NSObject

@property (nonatomic, assign) BOOL herFileExec;
@property (nonatomic, copy) NSString * tintChain;
@property (nonatomic, copy) NSString * topYouHave;
@property (nonatomic, copy) NSString * marathiLogColor;
@property (nonatomic, copy) NSString * legacyYearText;

@end

NS_ASSUME_NONNULL_END
