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

19 lines
323 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;
@end
NS_ASSUME_NONNULL_END