hotpocket/services/apple/macOS (App)/AuthorizationViewController.h

22 lines
395 B
Objective-C

//
// AuthorizationViewController.h
// HotPocket (macOS)
//
// Created by Tomek Wójcik on 20/09/2025.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface AuthorizationViewController : NSViewController
@property (nullable) NSString *baseURL;
@property (nullable) NSString *authorizationSessionToken;
-(IBAction)doStartAuthorizationFlow:(id)sender;
@end
NS_ASSUME_NONNULL_END