Files
leanote-ios/Leanote/controller/note/NoteTab.h
2015-08-21 23:49:41 +08:00

12 lines
167 B
Objective-C
Executable File

//
// Leanote
//
// Created by life on 03/06/15.
// Copyright (c) 2015 Leanote.com. All rights reserved.
//
#import "BaseTab.h"
@interface NoteTab : BaseTab
@end