@class NSString, UIView; @protocol PKScribbleInteractionElementSource, PKScribbleInteractionWrapper, PKScribbleInteractionDelegate; @interface PKScribbleInteraction : NSObject { id _cachedWrapper; UIView *_view; BOOL _requestElementsShouldCallBackSynchronously; } @property (weak, nonatomic) id delegate; @property (weak, nonatomic) id elementSource; @property (readonly, weak, nonatomic) UIView *view; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @end