/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
iOS/Roblox Developer/SettingsViewController.h
28 строк
778 B
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
// // SettingsViewController.h // RobloxMobile // // Created by Ben Tkacheff on 8/18/14. // Copyright (c) 2014 ROBLOX. All rights reserved. // #import <UIKit/UIKit.h> @interface SettingsViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> { NSArray *debugDisplayTableData; } @property (retain, nonatomic) IBOutlet UITableView *debugDisplayTableView; @property (retain, nonatomic) IBOutlet UILabel *debugDisplayLabel; @property (retain, nonatomic) IBOutlet UIButton *pairWithStudioButton; @property (retain, nonatomic) IBOutlet UILabel *pairWithStudioLabel; @property (retain, nonatomic) IBOutlet UIView *contentView; - (IBAction) pairWithStudioPressed:(UIButton *)sender; - (IBAction) loginButtonPressed:(UIBarButtonItem *)sender; @end