You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
503 B
27 lines
503 B
3 years ago
|
#ifdef __OBJC__
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
#else
|
||
|
#ifndef FOUNDATION_EXPORT
|
||
|
#if defined(__cplusplus)
|
||
|
#define FOUNDATION_EXPORT extern "C"
|
||
|
#else
|
||
|
#define FOUNDATION_EXPORT extern
|
||
|
#endif
|
||
|
#endif
|
||
|
#endif
|
||
|
|
||
|
#import "pb.h"
|
||
|
#import "pb_common.h"
|
||
|
#import "pb_decode.h"
|
||
|
#import "pb_encode.h"
|
||
|
#import "pb.h"
|
||
|
#import "pb_decode.h"
|
||
|
#import "pb_common.h"
|
||
|
#import "pb.h"
|
||
|
#import "pb_encode.h"
|
||
|
#import "pb_common.h"
|
||
|
|
||
|
FOUNDATION_EXPORT double nanopbVersionNumber;
|
||
|
FOUNDATION_EXPORT const unsigned char nanopbVersionString[];
|
||
|
|