mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Add 'submodules/AsyncDisplayKit/' from commit '02bedc12816e251ad71777f9d2578329b6d2bef6'
git-subtree-dir: submodules/AsyncDisplayKit git-subtree-mainline:d06f423e0egit-subtree-split:02bedc1281
This commit is contained in:
19
submodules/AsyncDisplayKit/Source/asdkmodule.modulemap
Normal file
19
submodules/AsyncDisplayKit/Source/asdkmodule.modulemap
Normal file
@@ -0,0 +1,19 @@
|
||||
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 *
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user