Use delegate pattern for canceled login.

Move isNewRecord to model level.
Create rkcurl script.
This commit is contained in:
Jeremy Ellison
2011-01-20 11:49:02 -05:00
parent 88943469d8
commit b20b78e57f
16 changed files with 105 additions and 33 deletions

View File

@@ -100,4 +100,8 @@
return params;
}
- (BOOL)isNewRecord {
return [[self postID] intValue] == 0;
}
@end