






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface SpokenDecodingInfo : NSObject
@property (nonatomic, strong) NSString *itsRing;
@property (nonatomic, strong) NSString *ownGopher;
@property (nonatomic, strong) NSString *paperFloatPin;
@property (nonatomic, strong) NSString *putMustUseBox;
@property (nonatomic, strong) NSString *askHitBarPrice;
@property (nonatomic, assign) NSInteger suspendedOutsideCancelledReverseTurn;
@property (nonatomic, strong) NSArray *stillWeekly;
@end

NS_ASSUME_NONNULL_END
