parent
8f03e62a84
commit
9115a909b1
@ -1,9 +0,0 @@
|
|||||||
#import "Test.h"
|
|
||||||
|
|
||||||
#import "minRep2.h"
|
|
||||||
|
|
||||||
@interface MinRep1 : Test {
|
|
||||||
}
|
|
||||||
- (void)poke;
|
|
||||||
|
|
||||||
@end
|
|
||||||
@ -1,11 +0,0 @@
|
|||||||
#import "Test.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#define EXTERN_C extern "C"
|
|
||||||
#else
|
|
||||||
#define EXTERN_C
|
|
||||||
#endif
|
|
||||||
|
|
||||||
EXTERN_C void rethrow(id);
|
|
||||||
EXTERN_C void poke_objcxx(void);
|
|
||||||
|
|
||||||
@ -1,10 +0,0 @@
|
|||||||
#import "Test.h"
|
|
||||||
|
|
||||||
#import "minRep1.h"
|
|
||||||
|
|
||||||
@interface MinRepM : Test {
|
|
||||||
MinRep1 *_mr1;
|
|
||||||
}
|
|
||||||
- (void)poke;
|
|
||||||
|
|
||||||
@end;
|
|
||||||
Loading…
Reference in New Issue