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