fix inaccessible method
This commit is contained in:
parent
e5cc25a31a
commit
193e3e01a5
|
@ -18,7 +18,7 @@ open class FileableIOS {
|
|||
|
||||
private init() { }
|
||||
|
||||
func getBundle(file: String) -> String? {
|
||||
public func getBundle(file: String) -> String? {
|
||||
|
||||
let path = Bundle.main.path(forResource: file.components(separatedBy: ".")[0] , ofType: file.components(separatedBy: ".")[1])
|
||||
|
||||
|
|
Loading…
Reference in New Issue