1
2
3
4
5
6
7
8
9
10
11
12
| framework module UserMessagingPlatform {
| umbrella header "UserMessagingPlatform.h"
|
| export *
| module * { export * }
|
| header "UMPConsentForm.h"
| header "UMPDebugSettings.h"
| header "UMPError.h"
| header "UMPConsentInformation.h"
| header "UMPRequestParameters.h"
| }
|
|