PTCreateRubberStampViewController

@interface PTCreateRubberStampViewController: UIViewController <PTOverridable>

/**
 * The rubber stamp manager used by the `PTRubberStampViewController`
 */
@property (nonatomic, readonly, strong) PTRubberStampManager* rubberStampManager;
/**
 * Notifies the delegate when the user wishes to save the rubber stamp
 */
@property (nonatomic, weak, nullable) id<PTCreateRubberStampViewControllerDelegate> delegate;

@end

Undocumented