mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
20 lines
305 B
C
20 lines
305 B
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
|