|
@@ -10,7 +10,7 @@ import Foundation
|
|
|
public extension Bundle {
|
|
|
// bf main bundle url
|
|
|
// func BF_mainbundle_URL() -> URL {
|
|
|
-// let bundle: Bundle = Bundle(for: PQBaseViewController.self)
|
|
|
+// let bundle: Bundle = Bundle(for: BFBaseViewController.self)
|
|
|
// return bundle.url(forResource: "BFFramework", withExtension: "bundle")!
|
|
|
// }
|
|
|
|