Files
swift-mirror/test/Interop/Cxx/class/Inputs/constructors-objc.h
2020-12-15 09:20:19 +01:00

11 lines
291 B
Objective-C

#ifndef TEST_INTEROP_CXX_CLASS_INPUTS_CONSTRUCTORS_OBJC_H
#define TEST_INTEROP_CXX_CLASS_INPUTS_CONSTRUCTORS_OBJC_H
#import <Foundation.h>
struct ConstructorWithNSArrayParam {
ConstructorWithNSArrayParam(NSArray *array) {}
};
#endif // TEST_INTEROP_CXX_CLASS_INPUTS_CONSTRUCTORS_OBJC_H