/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
iOS/RobloxUI/Source/Components/GamesCollectionView.h
18 строк
454 B
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
// // GamesCollectionViewController.h // RobloxMobile // // Created by alichtin on 6/2/14. // Copyright (c) 2014 ROBLOX. All rights reserved. // #import <UIKit/UIKit.h> @interface GamesCollectionView : UIView - (void) loadGamesForKeywords:(NSString*)keywords; - (void) loadGamesForSort:(NSNumber *)sortID playerID:(NSNumber *)playerID; - (void) loadGamesForSort:(NSNumber *)sortID playerID:(NSNumber *)playerID genreID:(NSNumber *)genreID; @end