15 lines
318 B
Objective-C
15 lines
318 B
Objective-C
//
|
|
// SettingsViewController.h
|
|
// emulator
|
|
//
|
|
// Created by Karen Tsai on 2014/3/5.
|
|
// Copyright (c) 2014 Karen Tsai (angelXwind). All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface SettingsViewController : UITableViewController
|
|
@property (weak, nonatomic) IBOutlet UIBarButtonItem *sidebarButton;
|
|
|
|
@end
|