#import "Text.h"

@interface Text ()

@property(nonatomic, retain) NSString *value;

@end

@implementation Text

@end
