10 lines
175 B
Plaintext
Raw Normal View History

2021-11-12 16:21:13 +08:00
framework module AppCenterAnalytics {
umbrella header "AppCenterAnalytics.h"
export *
module * { export * }
link framework "Foundation"
link framework "UIKit"
}