PTCreateRubberStampViewControllerDelegate

@protocol PTCreateRubberStampViewControllerDelegate <NSObject>
@optional
-(void)createRubberStampController:(PTCreateRubberStampViewController*)createRubberStampController createdStamp:(PTCustomStampOption*)stampOption;
@end

Undocumented