mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
14 lines
262 B
Objective-C
14 lines
262 B
Objective-C
//
|
|
// RBLogoutViewController.h
|
|
// RobloxMobile
|
|
//
|
|
// Created by Kyler Mulherin on 12/16/14.
|
|
// Copyright (c) 2014 ROBLOX. All rights reserved.
|
|
//
|
|
|
|
#import "RBModalPopUpViewController.h"
|
|
|
|
@interface RBLogoutViewController : RBModalPopUpViewController
|
|
|
|
@end
|