Button_FunViewController.h
上传用户:jjjjag8
上传日期:2017-04-17
资源大小:1443k
文件大小:0k
源码类别:

iPhone

开发平台:

MultiPlatform

  1. //
  2. //  Button_FunViewController.h
  3. //  Button Fun
  4. //
  5. //  Created by Jeff LaMarche on 6/13/08.
  6. //  Copyright __MyCompanyName__ 2008. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface Button_FunViewController : UIViewController 
  10. {
  11. IBOutlet UILabel *statusText;
  12. }
  13. @property (retain, nonatomic) UILabel *statusText;
  14. -(IBAction)buttonPressed:(id)sender;
  15. @end