Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @objc protocol ImagePickerPreviewDelegate {
  2. optional func imagePickerPreview(originalImage: UIImage?, filteredImage: UIImage?);
  3. optional func imagePickerPreviewCancel();
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement