NewsBlur/clients/ios/Other Sources/UISearchBar+Field.h
2015-12-07 16:09:49 -08:00

15 lines
269 B
Objective-C

//
// UISearchBar+Field.h
// NewsBlur
//
// Created by David Sinclair on 2015-12-04.
// Copyright © 2015 NewsBlur. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UISearchBar (Field)
@property (nonatomic, readonly) UITextField *nb_searchField;
@end