/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

  1. //
  2. // _Main.h
  3. //
  4. //
  5. // Created by on .
  6. // Copyright 2011 . All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface _Main : UIViewController {
  10. UIView *uiview1;
  11. UILabel *lblMainViewTitle;
  12. UIButton *btnOpenSecondView;
  13. }
  14. @property (nonatomic,retain) IBOutlet UIView *uiview1;
  15. @property (nonatomic,retain) IBOutlet UILabel *lblMainViewTitle;
  16. @property (nonatomic,retain) IBOutlet UIButton *btnOpenSecondView;
  17. @end