1module SomeKit.Private { 2 header "SomeKit_Private.h" 3 export * 4 5 explicit module NullAnnotation { 6 header "SomeKit_PrivateForNullAnnotation.h" 7 } 8} 9
1module SomeKit.Private { 2 header "SomeKit_Private.h" 3 export * 4 5 explicit module NullAnnotation { 6 header "SomeKit_PrivateForNullAnnotation.h" 7 } 8} 9