洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
329 B

7 months ago
  1. //
  2. // APBConfig.h
  3. // BioAuthEngine
  4. //
  5. // Created by yukun.tyk on 3/8/16.
  6. // Copyright © 2016 DTF. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. //是否支持protobuffer
  10. //#define SUPPORT_PB
  11. //#define USE_FPP
  12. #ifdef SUPPORT_PB
  13. static const int kRPCFormat = 1;
  14. #else
  15. static const int kRPCFormat = 0;
  16. #endif