Created
July 28, 2015 13:11
-
-
Save koogawa/6362b1eb31c6db460045 to your computer and use it in GitHub Desktop.
CodePiece build: 8 テスト #CodePiece
This file contains 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 characters
import Realm | |
class Book : RLMObject { | |
dynamic var isbn = "" | |
dynamic var name = "" | |
dynamic var price = 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment