We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2c419 commit b951ccbCopy full SHA for b951ccb
5 files changed
LegacyLogin/BHTLegacyLoginViewController.h
@@ -0,0 +1,8 @@
1
+#import <UIKit/UIKit.h>
2
+
3
+// Reimplementation of 9.67's built-in xAuth login form for 11.99.
4
+@interface BHTLegacyLoginViewController : UIViewController
5
++ (void)presentLoginFrom:(UIViewController *)presenter;
6
7
++ (UINavigationController *)loginRootNavigationController;
8
+@end
0 commit comments