Skip to content

Instantly share code, notes, and snippets.

@i386
Created November 11, 2012 07:23
Show Gist options
  • Save i386/4054064 to your computer and use it in GitHub Desktop.
Save i386/4054064 to your computer and use it in GitHub Desktop.
model
@interface DSValue : NSObject
@property (strong) NSString *displayValue;
-initWithDisplayValue:(NSString*)value;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment