mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-07 22:07:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user