5 lines
63 B
Swift
5 lines
63 B
Swift
|
|
extension UIViewController {
|
||
|
|
@objc func applyTheme() {
|
||
|
|
}
|
||
|
|
}
|