Raw
1 framework module TwitterKit {
2 umbrella header "TwitterKit.h"
3
4 export *
5 module * { export * }
6
7 link framework "AVFoundation"
8 link framework "CoreMedia"
9 link framework "SafariServices"
10 }