Skip to content

Commit

Permalink
Merge pull request hyperoslo#118 from farshidce/master
Browse files Browse the repository at this point in the history
added @objc to the ImagePickerDelegate.
  • Loading branch information
RamonGilabert authored Sep 8, 2016
2 parents 49f60f6 + 5a4646b commit 5b74792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ImagePickerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import UIKit
import MediaPlayer
import Photos

public protocol ImagePickerDelegate: class {
@objc public protocol ImagePickerDelegate: class {

func wrapperDidPress(imagePicker: ImagePickerController, images: [UIImage])
func doneButtonDidPress(imagePicker: ImagePickerController, images: [UIImage])
Expand Down

0 comments on commit 5b74792

Please sign in to comment.