mirror of
https://github.com/zhigang1992/shadowsocks-iOS.git
synced 2026-06-12 00:54:38 +08:00
14 lines
300 B
Objective-C
14 lines
300 B
Objective-C
//
|
|
// SettingsTableViewController.h
|
|
// OnionBrowser
|
|
//
|
|
// Created by Mike Tigas on 5/2/12.
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface SettingsTableViewController : UITableViewController <UITableViewDataSource, UITableViewDelegate>
|
|
|
|
@end
|