酷店

UTSecuritySDKRequestAuthentication.h 371B

1234567891011121314151617
  1. //
  2. // SecuritySDKRequestAuthentication.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 UTSecuritySDKRequestAuthentication : NSObject<UTIRequestAuthentication>
  11. -(id) initWithAppKey:(NSString *) pAppKey;
  12. @end