Skip to content

Instantly share code, notes, and snippets.

@pjrobertson
Created November 7, 2012 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjrobertson/4032387 to your computer and use it in GitHub Desktop.
Save pjrobertson/4032387 to your computer and use it in GitHub Desktop.
- (void)setObjectValue:(id)value {
if ([value isKindOfClass:[QSObject class]]) {
[self setRepresentedObject:value];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment