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

17 lines
248 B
Objective-C

//
// AppDelegate.h
// macOS (App)
//
// Created by Tomek Wójcik on 21/08/2025.
//
#import <Cocoa/Cocoa.h>
@class HPAuthFlow;
@interface AppDelegate : NSObject <NSApplicationDelegate>
@property (strong, nonnull) HPAuthFlow *authFlow;
@end