mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-06-15 09:27:45 +08: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