Skip to content

Commit

Permalink
Fixed Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
James Burka committed Oct 30, 2008
1 parent e4dfd19 commit d3edc6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Classes/lib/ActiveResource+Base.h
Expand Up @@ -41,6 +41,10 @@
- (BOOL)update;
- (BOOL)save;

- (BOOL)createAtPath:(NSString *)path;
- (BOOL)updateAtPath:(NSString *)path;
- (BOOL)destroyAtPath:(NSString *)path;

// Instance helpers for getting at commonly used class-level values
- (NSString *)collectionPath;

Expand Down

0 comments on commit d3edc6e

Please sign in to comment.