mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 03:33:36 +01:00
AltStoreCore will contain all shared AltStore code between AltStore and any app extensions. Initially, it includes all AltStore model logic.
6 lines
130 B
Objective-C
6 lines
130 B
Objective-C
#import <Foundation/Foundation.h>
|
|
@interface PodsDummy_Roxas_library : NSObject
|
|
@end
|
|
@implementation PodsDummy_Roxas_library
|
|
@end
|