mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
framework module AppCenterPush {
|
|
umbrella header "AppCenterPush.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
link framework "Foundation"
|
|
link framework "UIKit"
|
|
link framework "UserNotifications"
|
|
}
|