






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface SystolicSchoolInfo : NSObject
@property (nonatomic, strong) NSString *chapter;
@property (nonatomic, strong) NSString *musicLift;
@property (nonatomic, strong) NSString *shelfFarSmart;
@property (nonatomic, strong) NSString *haveItemCivil;
@property (nonatomic, strong) NSString *sevenAnonymous;
@property (nonatomic, assign) NSInteger middleDefinedFreestyleIncludesNearby;
@property (nonatomic, strong) NSArray *labeledTied;
@end

NS_ASSUME_NONNULL_END
