This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
@@ -0,0 +1,31 @@
//
// RBMoreViewController.h
// RobloxMobile
//
// Created by Kyler Mulherin on 12/9/14.
// Copyright (c) 2014 ROBLOX. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "RBBaseViewController.h"
#import "MoreTileButton.h"
@interface RBMoreViewController : RBBaseViewController
@property IBOutlet MoreTileButton* btnCatalog;
@property IBOutlet MoreTileButton* btnProfile;
@property IBOutlet MoreTileButton* btnCharacter;
@property IBOutlet MoreTileButton* btnTrade;
@property IBOutlet MoreTileButton* btnForum;
@property IBOutlet MoreTileButton* btnSettings;
@property NSMutableArray* events;
@property IBOutlet MoreTileButton* btnEvent1;
@property IBOutlet MoreTileButton* btnEvent2;
@property IBOutlet MoreTileButton* btnEvent3;
@property IBOutlet MoreTileButton* btnEvent4;
@property IBOutlet UILabel* lblEvents;
-(RBXAnalyticsCustomData) getMostRecentTab;
@end