MultiTouchDemoViewController.h
上传用户:huachun008
上传日期:2009-10-03
资源大小:1927k
文件大小:0k
源码类别:
MacOS编程
开发平台:
Objective-C
- //
- // MultiTouchDemoViewController.h
- // MultiTouchDemo
- //
- // Created by Jason Beaver on 5/29/08.
- // Copyright Apple Inc. 2008. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface MultiTouchDemoViewController : UIViewController {
- }
- @end