fix inaccessible method

This commit is contained in:
shotastage 2019-01-16 10:37:53 +09:00
parent e5cc25a31a
commit 193e3e01a5
No known key found for this signature in database
GPG Key ID: BB42FA9E6330769B
1 changed files with 1 additions and 1 deletions

View File

@ -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])