PTCreateRubberStampViewControllerDelegate
@protocol PTCreateRubberStampViewControllerDelegate <NSObject>
@optional
-(void)createRubberStampController:(PTCreateRubberStampViewController*)createRubberStampController createdStamp:(PTCustomStampOption*)stampOption;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
-(void)createRubberStampController:(PTCreateRubberStampViewController*)createRubberStampController createdStamp:(PTCustomStampOption*)stampOption;
Swift
optional func createRubberStamp(_ createRubberStampController: PTCreateRubberStampViewController, createdStamp stampOption: PTCustomStampOption)