Skip to content

Commit b951ccb

Browse files
committed
Reimplement 9.67-like xauth login flow
1 parent 2d2c419 commit b951ccb

5 files changed

Lines changed: 661 additions & 2 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)