TouchImageView_Private.h
上传用户:huachun008
上传日期:2009-10-03
资源大小:1927k
文件大小:0k
源码类别:

MacOS编程

开发平台:

Objective-C

  1. #import <UIKit/UIKit.h>
  2. #import "TouchImageView.h"
  3. @interface UITouch (TouchSorting)
  4. - (NSComparisonResult)compareAddress:(id)obj;
  5. @end
  6. @interface TouchImageView (Private)
  7. - (CGAffineTransform)incrementalTransformWithTouches:(NSSet *)touches;
  8. - (void)updateOriginalTransformForTouches:(NSSet *)touches;
  9. - (void)cacheBeginPointForTouches:(NSSet *)touches;
  10. - (void)removeTouchesFromCache:(NSSet *)touches;
  11. @end