酷店

UTIRequestAuthentication.h 318B

123456789101112131415161718
  1. //
  2. // IRequestAuthentication.h
  3. // miniUTInterface
  4. //
  5. // Created by 宋军 on 14-10-17.
  6. // Copyright (c) 2014年 ___SONGJUN___. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @protocol UTIRequestAuthentication <NSObject>
  10. -(NSString *) getAppKey;
  11. -(NSString *) getSign:(NSString*) pToBeSignStr;
  12. @end