Files
SideStore/Pods/Target Support Files/Roxas-framework/Roxas-framework-dummy.m
Riley Testut f1a39e1a1f [AltStoreCore] Refactors core AltStore logic into AltStoreCore framework
AltStoreCore will contain all shared AltStore code between AltStore and any app extensions. Initially, it includes all AltStore model logic.
2020-09-03 16:39:08 -07:00

6 lines
134 B
Objective-C

#import <Foundation/Foundation.h>
@interface PodsDummy_Roxas_framework : NSObject
@end
@implementation PodsDummy_Roxas_framework
@end