1module CloudKit {
2  header "C.h"
3  export *
4}
5
6module Contacts {
7  header "D.h"
8  export *
9}
10