Created
April 15, 2018 21:36
-
-
Save own2pwn/2a9a3e4b385a2a9ad5a82ae28aa6c1f9 to your computer and use it in GitHub Desktop.
Revisions
-
own2pwn created this gist
Apr 15, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ public final class SpendModel: RealmModel { // MARK: - Properties @objc public dynamic var string = "" // MARK: - Init public convenience init(with string: String) { self.init() self.string = string } }