//
//  Use this file to import your target's public headers that you would like to expose to Swift.
//

#import "COWrapper.h"

#ifdef __cplusplus
extern "C" {
#endif

void setUserName(void);

#ifdef __cplusplus
}
#endif
