mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
16 lines
269 B
C
16 lines
269 B
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
|