Skip to content

Instantly share code, notes, and snippets.

@freeskys
Created September 23, 2014 22:02
Show Gist options
  • Save freeskys/8d291758809cf38bd56e to your computer and use it in GitHub Desktop.
Save freeskys/8d291758809cf38bd56e to your computer and use it in GitHub Desktop.
An example for declaring model on HCORM-iOS
import Foundation
class Books: HCModel {
var Book_Id = ""
var Book_Name = ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment