xamarin-macios/tests/test-libraries/libframework.h

19 строки
228 B
Objective-C

#import <Foundation/Foundation.h>
#include "rename.h"
#ifdef __cplusplus
extern "C" {
#endif
int theUltimateAnswer ();
@interface FrameworkTest : NSObject {
}
-(int) func;
@end
#ifdef __cplusplus
} /* extern "C" */
#endif