6 #import <Foundation/Foundation.h>
70 + (void)createInBackgroundWithValues:(NSDictionary *)values block:(BDAuthenticatedUserResultBlock)block;
76 + (void)createInBackground:(BDAuthenticatedUserResultBlock)block;
95 + (void)fetchInBackground:(BDAuthenticatedUserResultBlock)block;
102 - (BOOL)updateDevice:(
BDDevice *)device error:(NSError **)error;
108 - (BOOL)updateDevice:(
BDDevice *)device;
115 - (void)updateDeviceInBackground:(
BDDevice *)device block:(
void(^)(
id object, NSError *error))block;