mirror of
https://github.com/leanote/leanote-ios.git
synced 2026-01-14 06:05:02 +08:00
14 lines
239 B
Objective-C
14 lines
239 B
Objective-C
//
|
|
// MasterViewController.h
|
|
// Leanote
|
|
//
|
|
// Created by Wong Zigii on 15/9/19.
|
|
// Copyright © 2015年 Leanote. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface LeanoteiPadTableViewController : UITableViewController
|
|
|
|
@end
|