//
//  ACResponseCode.h
//  iOSJSBridgeDemo
//
//  Created by 罗坚(EX-LUOJIAN004) on 2018/5/24.
//  Copyright © 2018年 罗坚(EX-LUOJIAN004). All rights reserved.
//

#ifndef ACResponseCode_h
#define ACResponseCode_h

#define AppCoreResponseSuccess 0                    // 成功
#define AppCoreCommonErrorCodeOperationFail 1       // 通用失败
#define AppCoreCommonErrorCodeOperationCancel 2     // 操作被取消
#define AppCoreCommonErrorCodeDeviceNotSupport 3    // 设备不支持

#endif /* ACResponseCode_h */
