Skip to content

Commit c6f56eb

Browse files
committed
public class
1 parent 9f00461 commit c6f56eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GoogleVision/Source/GoogleVision.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import UIKit
1010
import SwiftyJSON
1111

12-
class GoogleVision {
12+
public class GoogleVision {
1313

1414
public struct Vision {
1515
public let fullTextAnnotation: String
@@ -46,7 +46,7 @@ class GoogleVision {
4646
/// Default URL session.
4747
private let session = URLSession(configuration: .default)
4848

49-
init(apiKey:String) {
49+
public init(apiKey:String) {
5050
assert(apiKey != "", "Please enter api key")
5151
self.apiKey = apiKey
5252
}

0 commit comments

Comments
 (0)