Files
SideStore/Pods/Target Support Files/Nuke/Nuke.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
98 B
Plaintext

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