mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-29 16:44:27 +03:00
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
framework module AppCenterAnalytics {
|
|
umbrella header "AppCenterAnalytics.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
link framework "Foundation"
|
|
link framework "UIKit"
|
|
}
|