mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-18 09:25:02 +00:00
14 lines
225 B
Objective-C
Executable File
14 lines
225 B
Objective-C
Executable File
//
|
|
// Leanote
|
|
//
|
|
// Created by wushuyu on 14-11-14.
|
|
// Copyright (c) 2015 Leanote.com. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "BaseViewController.h"
|
|
|
|
@interface MeController : UITableViewController
|
|
|
|
@end
|