mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
18 lines
326 B
Objective-C
18 lines
326 B
Objective-C
//
|
|
// LoadingGameController.h
|
|
// RobloxMobile
|
|
//
|
|
// Created by Ben Tkacheff on 11/19/13.
|
|
// Copyright (c) 2013 ROBLOX. All rights reserved.
|
|
//
|
|
|
|
#import "RobloxPageViewController.h"
|
|
|
|
@interface LaunchViewController : RobloxPageViewController
|
|
{
|
|
}
|
|
|
|
@property (retain, nonatomic) IBOutlet UIImageView *loadingImageView;
|
|
|
|
@end
|