Skip to content

Instantly share code, notes, and snippets.

@bartlomiejn
Created March 26, 2017 17:38
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 bartlomiejn/45914fd89870cf0a09effc9d9f949d8b to your computer and use it in GitHub Desktop.
Save bartlomiejn/45914fd89870cf0a09effc9d9f949d8b to your computer and use it in GitHub Desktop.
Objective-C C++ class wrapper for swifty-explorations.ghost.io
@interface CppClassWrapper : NSObject
@property (nonatomic, copy) NSString* _Nonnull storedValue;
- (instancetype)initWithStoredValue:(NSString* _Nonnull)value;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment