/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
iOS/RobloxUI/Source/Components/RBGenderView.h
18 строк
336 B
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
// // RBGenderView.h // RobloxMobile // // Created by Kyler Mulherin on 7/13/15. // Copyright (c) 2015 ROBLOX. All rights reserved. // #import <UIKit/UIKit.h> #import "SignupVerifier.h" @interface RBGenderView : UIView @property (nonatomic, setter=setGender:) Gender playerGender; -(void) setTouchBlock:(void (^)())block; @end