mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-29 00:21:41 +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"
|
||
|
}
|