mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
add module.modulemap
This commit is contained in:
19
AsyncDisplayKit/module.modulemap
Normal file
19
AsyncDisplayKit/module.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