File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ #import < MobileCoreServices/LSAppLink.h>
2+ #import < MobileCoreServices/LSApplicationProxy.h>
3+ #import < MobileCoreServices/LSApplicationWorkspace.h>
4+ #import < MobileCoreServices/LSBundleProxy.h>
5+ #import < MobileCoreServices/LSDocumentProxy.h>
6+ #import < MobileCoreServices/LSOpenOperation.h>
7+ #import < MobileCoreServices/LSPlugInKitProxy.h>
8+ #import < MobileCoreServices/LSResourceProxy.h>
9+ #import < MobileCoreServices/NSString+LSAdditions.h>
10+ #import < MobileCoreServices/NSURL+LSAdditions.h>
11+ #import < MobileCoreServices/_LSQueryResult.h>
Original file line number Diff line number Diff line change 1+ module MobileCoreServices {
2+ umbrella header "MobileCoreServices.h"
3+
4+ link framework "MobileCoreServices"
5+
6+ export *
7+ module * { export * }
8+ }
Original file line number Diff line number Diff line change 1+ module MobileIcons {
2+ umbrella header "MobileIcons.h"
3+
4+ link framework "MobileIcons"
5+
6+ export *
7+ module * { export * }
8+ }
You can’t perform that action at this time.
0 commit comments