Skip to content

Instantly share code, notes, and snippets.

@justinlee
Last active June 18, 2018 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinlee/146f567dd402ddc3320876f43beee1f2 to your computer and use it in GitHub Desktop.
Save justinlee/146f567dd402ddc3320876f43beee1f2 to your computer and use it in GitHub Desktop.
Objective-C 코드에서 Swift코드 사용.
TestSwift * testSwift = [[TestSwift alloc] init];
[testSwift PrintString];
NSLog(@"결과값 : %d",[testSwift addX:2 Y:3]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment