Commit 00a6d1e0716608d73351699590373f828c0ba3d5
1 parent
a2bba65e
no message
Showing
2 changed files
with
31 additions
and
0 deletions
Example/CNLiveEnvironmentConfiguration/Header1.h
0 → 100644
| 1 | +// | ||
| 2 | +// Header1.h | ||
| 3 | +// CNLiveEnvironmentConfiguration | ||
| 4 | +// | ||
| 5 | +// Created by CNLive-zxw on 2019/4/16. | ||
| 6 | +// Copyright © 2019 153993236@qq.com. All rights reserved. | ||
| 7 | +// | ||
| 8 | + | ||
| 9 | +#ifndef Header1_h | ||
| 10 | +#define Header1_h | ||
| 11 | +#define API_Refund @"https://wjj.ys1.cnliveimg.com" | ||
| 12 | + | ||
| 13 | + | ||
| 14 | +#endif /* Header1_h */ |
Example/CNLiveEnvironmentConfiguration/Header2.h
0 → 100644
| 1 | +// | ||
| 2 | +// Header2.h | ||
| 3 | +// CNLiveEnvironmentConfiguration | ||
| 4 | +// | ||
| 5 | +// Created by CNLive-zxw on 2019/4/16. | ||
| 6 | +// Copyright © 2019 153993236@qq.com. All rights reserved. | ||
| 7 | +// | ||
| 8 | + | ||
| 9 | +#ifndef Header2_h | ||
| 10 | +#define Header2_h | ||
| 11 | +#import "Header1.h" | ||
| 12 | + | ||
| 13 | +#define API_Refund121 API_Refund@"https://wjj.ys1.cnliveimg.com" | ||
| 14 | + | ||
| 15 | + | ||
| 16 | + | ||
| 17 | +#endif /* Header2_h */ |