blob: 06e48f9b8c73a4f4a75543350e9752a185c8b23f [file] [log] [blame]
void jumpToLocation(double x, double y, double z);
void acceptDoublePointer(double* _Nonnull ptr) __attribute__((swift_name("accept(_:)")));
void oldAcceptDoublePointer(double* _Nonnull ptr) __attribute__((availability(swift, unavailable, replacement="acceptDoublePointer")));
#ifdef __OBJC__
__attribute__((objc_root_class))
@interface A
@end
__attribute__((objc_root_class))
@interface TypeChanges
-(nonnull id)methodWithA:(nonnull id)a;
@end
#endif // __OBJC__
#import <APINotesFrameworkTest/Properties.h>
#import <APINotesFrameworkTest/Protocols.h>
#import <APINotesFrameworkTest/Types.h>