commit | author | age | ||
a0a843 | 1 | framework module TwitterKit { |
655e66 | 2 | umbrella header "TWTRKit.h" |
a0a843 | 3 | |
H | 4 | export * |
5 | module * { export * } | |
6 | ||
7 | link framework "AVFoundation" | |
8 | link framework "CoreMedia" | |
9 | link framework "SafariServices" | |
10 | } |