Skip to content

Commit

Permalink
Merge pull request hyperoslo#265 from weakfl/change-configuration-acc…
Browse files Browse the repository at this point in the history
…ess-level

changed configuration access level to open
  • Loading branch information
onmyway133 authored Feb 21, 2017
2 parents 1790be7 + 6ee7b4f commit 1ab91b7
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 @@ -11,7 +11,7 @@ import Photos

open class ImagePickerController: UIViewController {

var configuration = Configuration()
open var configuration = Configuration()

struct GestureConstants {
static let maximumHeight: CGFloat = 200
Expand Down

0 comments on commit 1ab91b7

Please sign in to comment.