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

iPhone

开发平台:

MultiPlatform

  1. //
  2. //  GLFunViewController.h
  3. //  GLFun
  4. //
  5. //  Created by Jeff LaMarche on 7/31/08.
  6. //  Copyright __MyCompanyName__ 2008. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "Constants.h"
  10. @interface GLFunViewController : UIViewController {
  11. IBOutlet UISegmentedControl *colorControl;
  12. }
  13. @property (nonatomic, retain) UISegmentedControl *colorControl;
  14. - (IBAction)changeColor:(id)sender;
  15. - (IBAction)changeShape:(id)sender;
  16. @end