blob: 431b7c8e704a89f899023a03d21b137a9eef7dcc [file] [log] [blame]
__attribute__((objc_root_class))
@interface MyObject
@end
__attribute__((swift_name("MyObject.init(id:)")))
MyObject *_Nonnull my_object_create(int id);