@@ -0,0 +1,7 @@
+import UIKit
+
+extension UINavigationController {
+ func dcStyle() {
+ navigationBar.isTranslucent = false
+ }
+}