Files
watrbx-game-engine/iOS/RobloxUI/Source/Screens/GamePreviewScreenController.h
T
2025-09-18 17:55:52 -04:00

17 lines
357 B
Objective-C

//
// GamePreviewScreenController.h
// RobloxMobile
//
// Created by alichtin on 5/30/14.
// Copyright (c) 2014 ROBLOX. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "RobloxData.h"
@interface GamePreviewScreenController : UIViewController<UITextViewDelegate, UIScrollViewDelegate>
@property (strong, nonatomic) RBXGameData* gameData;
@end