session-ios/SignalUtilitiesKit/Shared Views/OWSSearchBar.h

14 lines
222 B
C
Raw Normal View History

2018-08-15 23:09:59 +02:00
//
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
2018-08-15 23:09:59 +02:00
//
NS_ASSUME_NONNULL_BEGIN
@interface OWSSearchBar : UISearchBar
2018-08-15 23:09:59 +02:00
+ (void)applyThemeToSearchBar:(UISearchBar *)searchBar;
2018-08-15 23:09:59 +02:00
@end
NS_ASSUME_NONNULL_END