






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface ReportingCat : NSObject

@property (nonatomic, assign) BOOL wrongWidth;
@property (nonatomic, copy) NSString *fixHisGrow;
@property (nonatomic, copy) NSString *typeSentReveal;
@property (nonatomic, copy) NSString *theIrishExec;
@property (nonatomic, copy) NSString *ageGetUnlock;
@property (nonatomic, assign) BOOL audibleRule;

@end

NS_ASSUME_NONNULL_END
