blob: cf454b884af09082f97379506794c22a9603fa87 [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/ImportAsMember.h>
#import <APINotesFrameworkTest/Properties.h>
#import <APINotesFrameworkTest/Protocols.h>
#import <APINotesFrameworkTest/Types.h>