Skip to content

Instantly share code, notes, and snippets.

@koogawa
Created July 28, 2015 13:11
Show Gist options
  • Save koogawa/6362b1eb31c6db460045 to your computer and use it in GitHub Desktop.
Save koogawa/6362b1eb31c6db460045 to your computer and use it in GitHub Desktop.
CodePiece build: 8 テスト #CodePiece
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