Advertisement
ichitaso

HNDHoverCursorMark.h

Sep 30th, 2012
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*
  2.  *     Generated by class-dump 3.3.4 (64 bit).
  3.  *
  4.  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
  5.  */
  6.  
  7. #import "UIView.h"
  8.  
  9. @interface HNDHoverCursorMark : UIView
  10. {
  11.     struct CGAffineTransform _rotationTransform;
  12.     struct CGRect _originalFrame;
  13. }
  14.  
  15. @property(nonatomic) struct CGRect originalFrame; // @synthesize originalFrame=_originalFrame;
  16. @property(nonatomic) struct CGAffineTransform rotationTransform; // @synthesize rotationTransform=_rotationTransform;
  17. - (void)drawRect:(struct CGRect)arg1;
  18. - (void)setFrame:(struct CGRect)arg1;
  19. - (id)initWithFrame:(struct CGRect)arg1;
  20.  
  21. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement