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

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