【九宫格切图】--效率App
最新版本 1.2 -------- 2018.5.30
// //往GameScore表添加一条playerName为小明,分数为78的数据 // BmobObject *gameScore = [BmobObject objectWithClassName:@"appKaiGuan"]; // [gameScore setObject:@"关" forKey:@"JiuGongGeDuLiApp"]; // [gameScore saveInBackgroundWithResultBlock:^(BOOL isSuccessful, NSError *error) { // // }];
ceshi