Files
hotpocket/services/apple/macOS (App)/AuthorizationProgressViewController.h
Tomek Wójcik 23f8296659 BTHLABS-66: Prepping for public release: Take three
I smell a drastic change to auth flow in the Mac app... Let's see if it
gets approved this time :D.
2025-11-21 21:04:28 +01:00

20 lines
363 B
Objective-C

//
// AuthorizationProgressViewController.h
// HotPocket (macOS)
//
// Created by Tomek Wójcik on 20/09/2025.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface AuthorizationProgressViewController : NSViewController
@property IBOutlet NSProgressIndicator *progressIndicator;
@property NSString *progressLabelTitle;
@end
NS_ASSUME_NONNULL_END