RobotKit API
|
00001 // 00002 // RKGoToSleepResponse.h 00003 // RobotKit 00004 // 00005 // Created by Brian Smith on 9/9/11. 00006 // Copyright (c) 2011 Orbotix Inc. All rights reserved. 00007 // 00008 00011 #import <RobotKit/RKDeviceResponse.h> 00012 00021 @interface RKGoToSleepResponse : RKDeviceResponse 00022 00023 @end