Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- * Generated by class-dump 3.3.4 (64 bit).
- *
- * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
- */
- #import "UIView.h"
- @interface HNDHoverCursorMark : UIView
- {
- struct CGAffineTransform _rotationTransform;
- struct CGRect _originalFrame;
- }
- @property(nonatomic) struct CGRect originalFrame; // @synthesize originalFrame=_originalFrame;
- @property(nonatomic) struct CGAffineTransform rotationTransform; // @synthesize rotationTransform=_rotationTransform;
- - (void)drawRect:(struct CGRect)arg1;
- - (void)setFrame:(struct CGRect)arg1;
- - (id)initWithFrame:(struct CGRect)arg1;
- @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement