Skip to content

Commit

Permalink
changes access control levels
Browse files Browse the repository at this point in the history
  • Loading branch information
wade.hawk committed Sep 29, 2019
1 parent 8269c23 commit 37125e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TLPhotoPicker/Classes/TLPhotosPickerViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 37125e8

Please sign in to comment.