CSSocial
 All Classes Functions Properties Pages
/Users/marko/Documents/CSLib/CSSocial/CSSocialError.h
1 //
2 // CSSocialError.h
3 // CSSocial
4 //
5 // Created by marko.hlebar on 3/14/13.
6 // Copyright (c) 2013 Clover Studio. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 typedef enum
12 {
13  CSSocialErrorCodeLoginFailed = 10000,
14  CSSocialErrorCodeUserCancelled = 10001
15 }
16 CSSocialServiceErrorCode;
17 
18 @interface CSSocialError : NSObject
19 
20 @end