mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
git-subtree-dir: submodules/AsyncDisplayKit git-subtree-mainline:d06f423e0egit-subtree-split:02bedc1281
19 lines
332 B
Text
19 lines
332 B
Text
framework module AsyncDisplayKit {
|
|
umbrella header "AsyncDisplayKit.h"
|
|
|
|
export *
|
|
module * {
|
|
export *
|
|
}
|
|
|
|
explicit module ASControlNode_Subclasses {
|
|
header "ASControlNode+Subclasses.h"
|
|
export *
|
|
}
|
|
|
|
explicit module ASDisplayNode_Subclasses {
|
|
header "ASDisplayNode+Subclasses.h"
|
|
export *
|
|
}
|
|
|
|
}
|