单军华
2017-07-12 20d1260d26b028897f3c0935c12fc35aa37b2e93
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
//  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 */