// // BMKRadarResult.h // RadarComponent // // Created by wzy on 15/4/22. // Copyright (c) 2015年 baidu. All rights reserved. // #ifndef RadarComponent_BMKRadarResult_h #define RadarComponent_BMKRadarResult_h #import "BMKRadarOption.h" ///雷达结果码 typedef enum { BMK_RADAR_NO_ERROR = 0,///<成功 BMK_RADAR_NO_RESULT,///<无结果 BMK_RADAR_AK_NOT_BIND,///