酷店

UTBaseRequestAuthentication.h 388B

1234567891011121314151617
  1. //
  2. // BaseRequestAuthentication.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. #import "UTIRequestAuthentication.h"
  10. @interface UTBaseRequestAuthentication : NSObject<UTIRequestAuthentication>
  11. -(id) initWithAppKey:(NSString *) pAppKey appSecret:(NSString *) pSecret;
  12. @end