HYPSnapshotInteractionView
@interface HYPSnapshotInteractionView
This is a base implementation of a Snapshot plugins view that gets added to the HYPSnapshotContainer once active.
-
Creates a new HYPSnapshotInteractionView with the provided extension.
Declaration
Objective-C
- (instancetype)initWithExtension:(id<HYPPluginExtension>)extension;
Parameters
extension
The extension the HYPSnapshotInteractionView should be created with.
-
The extension that the HYPSnapshotInteractionView was intialized with.
Declaration
Objective-C
@property (readonly, nonatomic) id<HYPPluginExtension> extension;