mathiask/Doors
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
- (return type)method:(type)argument
{
...
}
if () {
...
}
and friends
if () return;
x = [x retain];
- (int)init
{
if (self = [super init]) {
...
}
return self;
}