Commit 89b451ca4e800d7ec864d1519aea68c109531724

Authored by zhangxiaowen
1 parent b136da6f

no message

CNLiveServices/Classes/Category/CNLiveCategoryServiceProtocol.h
... ... @@ -6,6 +6,10 @@
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
7 7 //
8 8  
  9 +/**
  10 + * 资讯/分类模块
  11 + */
  12 +
9 13 #import <Foundation/Foundation.h>
10 14 #import <UIKit/UIKit.h>
11 15 #import "BHServiceProtocol.h"
... ...
CNLiveServices/Classes/Integral/CNLiveIntegralServiceProtocol.h
... ... @@ -6,6 +6,10 @@
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
7 7 //
8 8  
  9 +/**
  10 + * 积分模块
  11 + */
  12 +
9 13 #import <Foundation/Foundation.h>
10 14 #import <UIKit/UIKit.h>
11 15 #import "BHServiceProtocol.h"
... ...
CNLiveServices/Classes/Login/CNLiveLoginServiceProtocol.h
... ... @@ -6,6 +6,10 @@
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
7 7 //
8 8  
  9 +/**
  10 + * 登录模块
  11 + */
  12 +
9 13 #import <Foundation/Foundation.h>
10 14 #import <UIKit/UIKit.h>
11 15 #import "BHServiceProtocol.h"
... ...
CNLiveServices/Classes/Mine/CNLiveBalanceServiceProtocol.h
... ... @@ -6,6 +6,10 @@
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
7 7 //
8 8  
  9 +/**
  10 + * 余额模块
  11 + */
  12 +
9 13 #import <Foundation/Foundation.h>
10 14 #import <UIKit/UIKit.h>
11 15 #import "BHServiceProtocol.h"
... ...
CNLiveServices/Classes/Mine/CNLiveCollectionServiceProtocol.h
... ... @@ -6,6 +6,10 @@
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
7 7 //
8 8  
  9 +/**
  10 + * 我的收藏模块
  11 + */
  12 +
9 13 #import <Foundation/Foundation.h>
10 14 #import <UIKit/UIKit.h>
11 15 #import "BHServiceProtocol.h"
... ...
CNLiveServices/Classes/Mine/CNLiveMineServiceProtocol.h
... ... @@ -6,6 +6,10 @@
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
7 7 //
8 8  
  9 +/**
  10 + * 我的模块
  11 + */
  12 +
9 13 #import <Foundation/Foundation.h>
10 14 #import <UIKit/UIKit.h>
11 15 #import "BHServiceProtocol.h"
... ...
CNLiveServices/Classes/Mine/CNLiveOrderServiceProtocol.h
... ... @@ -6,6 +6,10 @@
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
7 7 //
8 8  
  9 +/**
  10 + * 订单模块
  11 + */
  12 +
9 13 #import <Foundation/Foundation.h>
10 14 #import <UIKit/UIKit.h>
11 15 #import "BHServiceProtocol.h"
... ...
CNLiveServices/Classes/Mine/CNLiveSettingServiceProtocol.h
... ... @@ -6,6 +6,10 @@
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
7 7 //
8 8  
  9 +/**
  10 + * 设置模块
  11 + */
  12 +
9 13 #import <Foundation/Foundation.h>
10 14 #import <UIKit/UIKit.h>
11 15 #import "BHServiceProtocol.h"
... ...
CNLiveServices/Classes/NetHome/CNLiveNetHomeServiceProtocol.h
... ... @@ -6,6 +6,10 @@
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
7 7 //
8 8  
  9 +/**
  10 + * 首页模块
  11 + */
  12 +
9 13 #import <Foundation/Foundation.h>
10 14 #import <UIKit/UIKit.h>
11 15 #import "BHServiceProtocol.h"
... ...
CNLiveServices/Classes/NetHome/CNLiveSendPositionProtocol.h
... ... @@ -5,6 +5,10 @@
5 5 // Created by open on 2019/11/22.
6 6 //
7 7  
  8 +/**
  9 + * 发送位置模块
  10 + */
  11 +
8 12 #import <Foundation/Foundation.h>
9 13 #import "BHServiceProtocol.h"
10 14 #import <MapKit/MapKit.h>
... ...
CNLiveServices/Classes/QrCode/CNLiveQrCodeServiceProtocol.h
... ... @@ -6,6 +6,10 @@
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
7 7 //
8 8  
  9 +/**
  10 + * 二维码模块
  11 + */
  12 +
9 13 #import <Foundation/Foundation.h>
10 14 #import <UIKit/UIKit.h>
11 15 #import "BHServiceProtocol.h"
... ...
CNLiveServices/Classes/Service/CNLiveServiceServiceProtocol.h
... ... @@ -6,6 +6,10 @@
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
7 7 //
8 8  
  9 +/**
  10 + * 服务模块
  11 + */
  12 +
9 13 #import <Foundation/Foundation.h>
10 14 #import <UIKit/UIKit.h>
11 15 #import "BHServiceProtocol.h"
... ...