TouchImageView_Private.h.svn-base
上传用户:huachun008
上传日期:2009-10-03
资源大小:1927k
文件大小:0k
源码类别:
MacOS编程
开发平台:
Objective-C
- #import <UIKit/UIKit.h>
- #import "TouchImageView.h"
- @interface UITouch (TouchSorting)
- - (NSComparisonResult)compareAddress:(id)obj;
- @end
- @interface TouchImageView (Private)
- - (CGAffineTransform)incrementalTransformWithTouches:(NSSet *)touches;
- - (void)updateOriginalTransformForTouches:(NSSet *)touches;
- - (void)cacheBeginPointForTouches:(NSSet *)touches;
- - (void)removeTouchesFromCache:(NSSet *)touches;
- @end