luxlabs header browser preview


@class NSString, NSDictionary;

@interface TTSFormatArgument : NSObject {
    NSString *formatSpecifier;
    NSDictionary *attributes;
    NSString *formattedArg;
}

- (void).cxx_destruct;

@end