Skip to content

Instantly share code, notes, and snippets.

@criccomini
Created September 25, 2012 00:20
Show Gist options
  • Select an option

  • Save criccomini/3779255 to your computer and use it in GitHub Desktop.

Select an option

Save criccomini/3779255 to your computer and use it in GitHub Desktop.
Simple Login Screen - LoginViewController.h
#import <UIKit/UIKit.h>
@interface LoginViewController : UIViewController {
}
- (IBAction) login: (id) sender;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment