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