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