mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
14 lines
260 B
Objective-C
14 lines
260 B
Objective-C
//
|
|
// NonRotatableNavigationController.h
|
|
// RobloxMobile
|
|
//
|
|
// Created by Kyler Mulherin on 3/10/15.
|
|
// Copyright (c) 2015 ROBLOX. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface NonRotatableNavigationController : UINavigationController
|
|
|
|
@end
|