mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-16 16:14:10 +00:00
12 lines
171 B
Objective-C
Executable File
12 lines
171 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 NotebookTab : BaseTab
|
|
@end
|