removed redundant UIImagePickerControllerDelegate
This commit is contained in:
@@ -64,7 +64,5 @@
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
<key>UIUserInterfaceStyle</key>
|
||||
<string>Light</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
import UIKit
|
||||
import AVFoundation
|
||||
|
||||
public final class RCCameraViewController: UIViewController, UIImagePickerControllerDelegate {
|
||||
public final class RCCameraViewController: UIViewController {
|
||||
|
||||
//MARK: Public properties
|
||||
public weak var delegate: RCCameraViewControllerDelegate?
|
||||
|
||||
Reference in New Issue
Block a user