mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-15 23:54:46 +00:00
14 lines
239 B
Objective-C
14 lines
239 B
Objective-C
//
|
|
// LeaSearchDisplayController.h
|
|
// Leanote
|
|
//
|
|
// Created by life on 15/7/19.
|
|
// Copyright © 2015年 Leanote. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface LeaSearchDisplayController : UISearchDisplayController
|
|
|
|
@end
|