Merge branch 'charlesmchen/registrationHeaders'

pull/1/head
Matthew Chen 7 years ago
commit cd730e7db3

@ -500,6 +500,11 @@ NS_ASSUME_NONNULL_BEGIN
[self submitVerificationCode];
}
- (UIStatusBarStyle)preferredStatusBarStyle
{
return UIStatusBarStyleLightContent;
}
@end
NS_ASSUME_NONNULL_END

@ -607,6 +607,11 @@ NSString *const kKeychainKey_LastRegisteredPhoneNumber = @"kKeychainKey_LastRegi
#endif
- (UIStatusBarStyle)preferredStatusBarStyle
{
return UIStatusBarStyleLightContent;
}
@end
NS_ASSUME_NONNULL_END

Loading…
Cancel
Save