Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Created October 31, 2015 14:50
Show Gist options
  • Save NetguruGist/80b3a96e17c2430e21c4 to your computer and use it in GitHub Desktop.
Save NetguruGist/80b3a96e17c2430e21c4 to your computer and use it in GitHub Desktop.
hiddengems6 swift
@interface XYZPoint : NSObject
- (instancetype)initWithX:(double)x y:(double)y;
@property (readonly) double x;
@property (readonly) double y;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment