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

14 lines
303 B
Objective-C

//
// RBResetPasswordControllerViewController.h
// RobloxMobile
//
// Created by Christian Hresko on 6/26/14.
// Copyright (c) 2014 ROBLOX. All rights reserved.
//
#import "RBPurchaseViewController.h"
@interface RBResetPasswordViewController : RBPurchaseViewController<UIScrollViewDelegate>
@end