mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-03 11:43:07 +02:00
Remove empty Obj-C extensions
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
#import "GBAboutController.h"
|
||||
|
||||
@interface GBAboutController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation GBAboutController
|
||||
{
|
||||
UILabel *_titleLabel;
|
||||
|
@@ -1,10 +1,6 @@
|
||||
#import "GBLoadROMTableViewController.h"
|
||||
#import "GBROMManager.h"
|
||||
|
||||
@interface GBLoadROMTableViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation GBLoadROMTableViewController
|
||||
{
|
||||
NSIndexPath *_renamingPath;
|
||||
|
@@ -4,10 +4,6 @@
|
||||
#import "GBViewController.h"
|
||||
#import "GBROMManager.h"
|
||||
|
||||
@interface GBMenuViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation GBMenuViewController
|
||||
|
||||
+ (instancetype)menu
|
||||
|
@@ -1,9 +1,5 @@
|
||||
#import "GBOptionViewController.h"
|
||||
|
||||
@interface GBOptionViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation GBOptionViewController
|
||||
{
|
||||
NSMutableArray<NSString *> *_options;
|
||||
|
@@ -3,10 +3,6 @@
|
||||
#import "GBROMManager.h"
|
||||
#import "GBViewController.h"
|
||||
|
||||
@interface GBStatesViewController ()
|
||||
|
||||
@end
|
||||
|
||||
@implementation GBStatesViewController
|
||||
|
||||
- (void)updateSlotView:(GBSlotButton *)view
|
||||
|
Reference in New Issue
Block a user