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

19 строки
228 B
C
Исходник Обычный вид История

2016-04-26 15:00:35 +03:00
#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