Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created June 24, 2009 21:20
Show Gist options
  • Select an option

  • Save probablycorey/135527 to your computer and use it in GitHub Desktop.

Select an option

Save probablycorey/135527 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
#import "Detective.h"
@interface TwitterStatus : Detective
}
@property (nonatomic, retain) NSNumber *twitterID
@property (nonatomic, retain) NSString *text
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment