Commit 97787b5f by Orkhan Alikhanov

Fixed cannot assign to let constant issue for isThemingEnabled

parent 3c21dd3e
......@@ -31,7 +31,7 @@
import UIKit
import Motion
public protocol Themeable {
public protocol Themeable: class {
/**
Applies given theme.
- Parameter theme: A Theme.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment