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