/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
iOS/SharedCode/GameKitHelper.h
25 строк
485 B
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
// // GameKitHelper.h // RobloxMobile // // Created by Ganesh on 5/2/14. // Copyright (c) 2014 ROBLOX. All rights reserved. // // Include the GameKit framework #import <GameKit/GameKit.h> @interface GameKitHelper : NSObject { NSString* gameCenterActiveNotification; NSString* gameCenterDisabledNotification; } + (id) sharedInstance; -(void) authenticateLocalPlayer; -(NSString*) getGameCenterActiveNotification; -(NSString*) getGameCenterDisabledNotification; @end