/TestObjcGenerator/Classes/Views/Main/_Main.h
http://github.com/juancruzmdq/objc-generator · C Header · 22 lines · 10 code · 5 blank · 7 comment · 0 complexity · 0792ad3c02682cf50746d4979dbe1c82 MD5 · raw file
- //
- // _Main.h
- //
- //
- // Created by on .
- // Copyright 2011 . All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface _Main : UIViewController {
- UIView *uiview1;
- UILabel *lblMainViewTitle;
- UIButton *btnOpenSecondView;
- }
- @property (nonatomic,retain) IBOutlet UIView *uiview1;
- @property (nonatomic,retain) IBOutlet UILabel *lblMainViewTitle;
- @property (nonatomic,retain) IBOutlet UIButton *btnOpenSecondView;
- @end