This website requires JavaScript.
Explore
Help
Register
Sign In
kylefang
/
RestKit
Watch
1
Star
0
Fork
0
You've already forked RestKit
mirror of
https://github.com/zhigang1992/RestKit.git
synced
2026-04-02 22:42:45 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5db087a73ad49f8562e09ccf881e2de398c3328f
RestKit
/
Examples
/
RKDiscussionBoardExample
/
DiscussionBoard
/
Code
/
Models
History
Victor Kryukov
5db087a73a
Remove duplicate declarations for createdAt, updatedAt, userID and user from DBPost
...
DBPost inherits from DBContentObject which has these accessors already defined.
2011-06-11 21:41:20 +04:00
..
DBContentObject.h
Expanded comments and cleaned up more TODO's. Just a couple of bug fixes left in RestKit and styling work on this app!
2011-01-20 21:15:40 -05:00
DBContentObject.m
Expanded comments and cleaned up more TODO's. Just a couple of bug fixes left in RestKit and styling work on this app!
2011-01-20 21:15:40 -05:00
DBPost.h
Remove duplicate declarations for createdAt, updatedAt, userID and user from DBPost
2011-06-11 21:41:20 +04:00
DBPost.m
Remove duplicate declarations for createdAt, updatedAt, userID and user from DBPost
2011-06-11 21:41:20 +04:00
DBTopic.h
Refactored models and cleaned up controllers pretty thoroughly. Moved to higher level abstractions for permissions and such
2011-01-20 20:52:33 -05:00
DBTopic.m
Refactored models and cleaned up controllers pretty thoroughly. Moved to higher level abstractions for permissions and such
2011-01-20 20:52:33 -05:00
DBUser.h
Refactored models and cleaned up controllers pretty thoroughly. Moved to higher level abstractions for permissions and such
2011-01-20 20:52:33 -05:00
DBUser.m
fix for breakage introduced during merge
2011-03-21 18:53:16 -04:00