blob: c3ab612eb47bdc7db9c09e5a5efe3bcff19c2a99 (
plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "GPBAny.pbobjc.h"
#import "GPBApi.pbobjc.h"
#import "GPBArray.h"
#import "GPBArray_PackagePrivate.h"
#import "GPBBootstrap.h"
#import "GPBCodedInputStream.h"
#import "GPBCodedInputStream_PackagePrivate.h"
#import "GPBCodedOutputStream.h"
#import "GPBCodedOutputStream_PackagePrivate.h"
#import "GPBDescriptor.h"
#import "GPBDescriptor_PackagePrivate.h"
#import "GPBDictionary.h"
#import "GPBDictionary_PackagePrivate.h"
#import "GPBDuration.pbobjc.h"
#import "GPBEmpty.pbobjc.h"
#import "GPBExtensionInternals.h"
#import "GPBExtensionRegistry.h"
#import "GPBFieldMask.pbobjc.h"
#import "GPBMessage.h"
#import "GPBMessage_PackagePrivate.h"
#import "GPBProtocolBuffers.h"
#import "GPBProtocolBuffers_RuntimeSupport.h"
#import "GPBRootObject.h"
#import "GPBRootObject_PackagePrivate.h"
#import "GPBRuntimeTypes.h"
#import "GPBSourceContext.pbobjc.h"
#import "GPBStruct.pbobjc.h"
#import "GPBTimestamp.pbobjc.h"
#import "GPBType.pbobjc.h"
#import "GPBUnknownField.h"
#import "GPBUnknownFieldSet.h"
#import "GPBUnknownFieldSet_PackagePrivate.h"
#import "GPBUnknownField_PackagePrivate.h"
#import "GPBUtilities.h"
#import "GPBUtilities_PackagePrivate.h"
#import "GPBWellKnownTypes.h"
#import "GPBWireFormat.h"
#import "GPBWrappers.pbobjc.h"
#import "Any.pbobjc.h"
#import "Api.pbobjc.h"
#import "Duration.pbobjc.h"
#import "Empty.pbobjc.h"
#import "FieldMask.pbobjc.h"
#import "SourceContext.pbobjc.h"
#import "Struct.pbobjc.h"
#import "Timestamp.pbobjc.h"
#import "Type.pbobjc.h"
#import "Wrappers.pbobjc.h"
FOUNDATION_EXPORT double ProtobufVersionNumber;
FOUNDATION_EXPORT const unsigned char ProtobufVersionString[];
|