Skip to content

Instantly share code, notes, and snippets.

@b-r-o
Created August 24, 2016 12:45
Show Gist options
  • Save b-r-o/34145d957ed659938b0436c2eb8bede6 to your computer and use it in GitHub Desktop.
Save b-r-o/34145d957ed659938b0436c2eb8bede6 to your computer and use it in GitHub Desktop.
OpenCVWrapper.mm
@implementation OpenCVWrapper
- (void) isThisWorking {
cout << "Hey" << endl;
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment