Browse Source

change UI class

harry 3 years ago
parent
commit
d529925a5d
1 changed files with 1 additions and 1 deletions
  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")!
 //    }