From 37125e8309913500f796bacc8a441bfb169347d1 Mon Sep 17 00:00:00 2001 From: "wade.hawk" Date: Sun, 29 Sep 2019 16:20:59 +0900 Subject: [PATCH] changes access control levels --- TLPhotoPicker/Classes/TLPhotosPickerViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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