You've already forked hotpocket
BTHLABS-66: Prepping for public release: Take five
AKA "Using Apple reviewers as QA for your project". Thanks, y'all! :)
This commit is contained in:
@@ -6,15 +6,19 @@
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <AuthenticationServices/AuthenticationServices.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@class MultilineLabel;
|
||||
|
||||
@interface AuthorizationProgressViewController : UIViewController
|
||||
@interface AuthorizationProgressViewController : UIViewController<ASWebAuthenticationPresentationContextProviding>
|
||||
|
||||
@property IBOutlet UIActivityIndicatorView *progressIndicator;
|
||||
@property IBOutlet MultilineLabel *progressLabel;
|
||||
@property (strong, nullable) NSURL *authorizationURL;
|
||||
@property (strong, nullable) ASWebAuthenticationSession *webAuthenticationSession;
|
||||
@property BOOL userCancelledSession;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user