Skip to content

Instantly share code, notes, and snippets.

@Kureev
Created October 17, 2016 00:52
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 Kureev/b3c3cae872c167de65ea74323c250028 to your computer and use it in GitHub Desktop.
Save Kureev/b3c3cae872c167de65ea74323c250028 to your computer and use it in GitHub Desktop.
- (void)renderElementOfType:(NSString *)name size:(NSSize)size {
GGWindow *window = [[GGWindow alloc] init];
[window openWithSize:NSMakeSize((CGFloat)size.width, (CGFloat)size.height)];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment