Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sunnyleeyun/3210d905111514e42deea81979c9a11c to your computer and use it in GitHub Desktop.
Save sunnyleeyun/3210d905111514e42deea81979c9a11c to your computer and use it in GitHub Desktop.
//b. 創造一個Swift檔(Meals),裝載NSObject,這裡的名稱都要跟Firebase裡面的Child名稱一模一樣。
class Meals: NSObject{
var FoodName: String?
var cookTime: String?
var cookPic: String?
var cookhow: String?
var cookName: String?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment