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.
 
 
 
 
 
 

15 lines
261 B

  1. //
  2. // AFNPhalApiClient.h
  3. // PhalApiClientDemo
  4. //
  5. // Created by Aevit on 15/10/18.
  6. // Copyright © 2015年 Aevit. All rights reserved.
  7. //
  8. #import "PhalApiClient.h"
  9. #import "AFHTTPRequestOperationManager.h"
  10. @interface AFNPhalApiClient : PhalApiClient
  11. @end