Merge branch 'develop' into feature/standardlistitemwithimage

This commit is contained in:
Kevin G Christiano 2019-07-16 10:26:26 -04:00
commit da1ce6718b

View File

@ -50,4 +50,7 @@
// Get the background color based on the type
- (nonnull UIColor *)getBackgroundColorForType:(nullable NSString *)type;
// Set the status bar color. Used for updating the status bar when the view changes.
- (void)setStatusBarColor:(nullable UIColor *)statusBarColor statusBarStyle:(UIStatusBarStyle)style;
@end