mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Uses Mail.app plug-in to retrieve the computer’s anisette data, which is necessary for GSA.
20 lines
305 B
Objective-C
20 lines
305 B
Objective-C
//
|
|
// ALTPluginService.h
|
|
// AltPlugin
|
|
//
|
|
// Created by Riley Testut on 11/14/19.
|
|
// Copyright © 2019 Riley Testut. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface ALTPluginService : NSObject
|
|
|
|
+ (instancetype)sharedService;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|