CSSocial
 All Classes Functions Properties Pages
/Users/marko/Documents/CSLib/CSSocial/CSRequests.h
1 //
2 // CSRequests.h
3 // CSUtilities
4 //
5 // Created by Marko Hlebar on 7/4/12.
6 // Copyright (c) 2012 Clover Studio. All rights reserved.
7 //
8 
9 #ifndef CSUtilities_CSRequests_h
10 #define CSUtilities_CSRequests_h
11 typedef enum
12 {
13  CSRequestLogin = 0,
14  CSRequestLogout,
15  CSRequestFriends,
16  CSRequestFriendsPaging,
17  CSRequestUser,
18  CSRequestPostMessage,
19  CSRequestPostPhoto,
20  CSRequestGetUserImage
21 }
22 CSRequestName;
23 
24 #endif