You've already forked hotpocket
BTHLABS-58: Share Extension in Apple Apps
This commit is contained in:
24
services/apple/macOS (Share Extension)/ShareViewController.h
Normal file
24
services/apple/macOS (Share Extension)/ShareViewController.h
Normal file
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// ShareViewController.h
|
||||
// macOS (Share Extension)
|
||||
//
|
||||
// Created by Tomek Wójcik on 22/09/2025.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@class HPAPI;
|
||||
|
||||
@interface ShareViewController : NSViewController
|
||||
|
||||
@property HPAPI *api;
|
||||
@property BOOL savingViewHidden;
|
||||
@property BOOL needsSetupViewHidden;
|
||||
@property BOOL doneViewHidden;
|
||||
@property BOOL errorViewHidden;
|
||||
@property BOOL unprocessableEntityViewHidden;
|
||||
@property NSString *uname;
|
||||
|
||||
@property IBOutlet NSProgressIndicator *progressIndicator;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user