






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface InviteeModel : NSObject

@property (nonatomic, assign) BOOL lookLetters;
@property (nonatomic, copy) NSString * optCarbon;
@property (nonatomic, copy) NSString * anyFitPage;
@property (nonatomic, copy) NSString * useSuggestColor;
@property (nonatomic, copy) NSString * slavicPoloText;

@end

NS_ASSUME_NONNULL_END
