// // BAURLsPath.h // BABaseProject // // Created by apple on 16/1/13. // Copyright © 2016年 博爱之家. All rights reserved. // #ifndef BAURLsPath_h #define BAURLsPath_h /*! 示例1:DemoVC1中的网络获取示例 */ #define KVideoPath @"http://c.m.163.com/nc/video/home/%ld-10.html" /*! 示例2:DemoVC11中的网络获取示例 */ #define DemoVC11URLPath @"http://chanyouji.com/api/users/likes/268717.json?per_page=18&page=2" /*! 示例3:DemoVC11中的网络获取示例 */ #define DemoVC11URLPath2 @"http://chanyouji.com/api/users/likes/268717.json" #endif /* BAURLsPath_h */