Files
SideStore/Pods/Target Support Files/Roxas-framework/Roxas-framework.modulemap
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

7 lines
110 B
Plaintext

framework module Roxas {
umbrella header "Roxas-framework-umbrella.h"
export *
module * { export * }
}