-
Notifications
You must be signed in to change notification settings - Fork 0
/
MobileCoreServices.framework.h
51 lines (35 loc) · 1.32 KB
/
MobileCoreServices.framework.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// ========== MobileCoreServices.framework/Headers/MobileCoreServices.h
/*
File: MobileCoreServices/MobileCoreServices.h
Contains: Master include for MobileCoreServices
Copyright: (c) 1999-2018 Apple Inc. All rights reserved.
*/
#import <CoreServices/CoreServices.h>
// ========== MobileCoreServices.framework/Headers/UTType.h
/*
File: UTType.h
Contains: Public interfaces for uniform type identifiers
Copyright: (c) 2003-2012 by Apple Inc. All rights reserved.
Bugs?: For bug reports, consult the following page on
the World Wide Web:
http://developer.apple.com/bugreporter/
*/
#if TARGET_OS_IPHONE && (TARGET_OS_EMBEDDED || TARGET_OS_SIMULATOR || !TARGET_OS_UIKITFORMAC)
#import <CoreServices/UTType.h>
#else
#import <CoreServices/CoreServices.h>
#endif
// ========== MobileCoreServices.framework/Headers/UTCoreTypes.h
/*
File: UTCoreTypes.h
Contains: String constants for core uniform type identifiers
Copyright: (c) 2004-2012 by Apple Inc. All rights reserved.
Bugs?: For bug reports, consult the following page on
the World Wide Web:
http://developer.apple.com/bugreporter/
*/
#if TARGET_OS_IPHONE && (TARGET_OS_EMBEDDED || TARGET_OS_SIMULATOR || !TARGET_OS_UIKITFORMAC)
#import <CoreServices/UTCoreTypes.h>
#else
#import <CoreServices/CoreServices.h>
#endif