diff --git a/TLPhotoPicker/Classes/TLPhotosPickerViewController.swift b/TLPhotoPicker/Classes/TLPhotosPickerViewController.swift index 04a1aae9..d4e32ca4 100644 --- a/TLPhotoPicker/Classes/TLPhotosPickerViewController.swift +++ b/TLPhotoPicker/Classes/TLPhotosPickerViewController.swift @@ -140,7 +140,7 @@ open class TLPhotosPickerViewController: UIViewController { public weak var delegate: TLPhotosPickerViewControllerDelegate? = nil public weak var logDelegate: TLPhotosPickerLogDelegate? = nil - public var selectedAssets = [TLPHAsset]() + open var selectedAssets = [TLPHAsset]() public var configure = TLPhotosPickerConfigure() public var customDataSouces: TLPhotopickerDataSourcesProtocol? = nil