CloudResponse Class Reference

Inherits from NSObject
Declared in CloudResponse.h

  status

@property (readonly, nonatomic) BOOL status

  responseCode

@property (readonly, nonatomic) NSUInteger responseCode

  responseString

@property (readonly, nonatomic) NSString *responseString

+ createCloudResponseWithStatus:andMessage:

+ (id)createCloudResponseWithStatus:(BOOL)status andMessage:(NSString *)message