Skip to content

Instantly share code, notes, and snippets.

@ecgreb
Created May 8, 2013 17:19
Show Gist options
  • Save ecgreb/5541996 to your computer and use it in GitHub Desktop.
Save ecgreb/5541996 to your computer and use it in GitHub Desktop.
@interface HelloTDDViewController : UIViewController
@property(strong, nonatomic) id<HelloTDDViewControllerDelegate> delegate;
@property(weak, nonatomic) IBOutlet UITextField *nameField;
@property(weak, nonatomic) IBOutlet UILabel *helloLabel;
- (IBAction)onButtonClick:(id)sender;
- (void)showGreeting:(NSString *)message;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment