Explorar el Código

change UI class

harry hace 3 años
padre
commit
d529925a5d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      BFCommonKit/Classes/BFCategorys/BFBundle+Ext.swift

+ 1 - 1
BFCommonKit/Classes/BFCategorys/BFBundle+Ext.swift

@@ -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")!
 //    }