mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fixes #1196
This commit is contained in:
parent
c2cb83afc5
commit
27b9ee85fb
@ -415,7 +415,7 @@ distance = 18; // References "long distance" from MyClass implementation
|
|||||||
|
|
||||||
+ (NSString *)classMethod
|
+ (NSString *)classMethod
|
||||||
{
|
{
|
||||||
return [[self alloc] init];
|
return @"Some string";
|
||||||
}
|
}
|
||||||
|
|
||||||
+ (MyClass *)myClassFromHeight:(NSNumber *)defaultHeight
|
+ (MyClass *)myClassFromHeight:(NSNumber *)defaultHeight
|
||||||
|
Loading…
Reference in New Issue
Block a user