Blame view

LiveChat/SDK/include/gotye/GotyeGroupMsgConfig.h 421 Bytes
9f17d59e   陈明泉   no message
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
  //
  //  GotyeGroupMsgConfig.h
  //  GotyeAPI
  //
  //  Created by ouyang on 15/4/17.
  //  Copyright (c) 2015 Ailiao Technologies. All rights reserved.
  //
  
  #ifndef GotyeAPI_GotyeGroupMsgConfig_h
  #define GotyeAPI_GotyeGroupMsgConfig_h
  
  #include "Gotye.h"
  
  NS_GOTYEAPI_BEGIN
  
  typedef enum
  {
      ShieldingGroupMsg = 0,
      ReceivingGroupMsg = 1 << 0,
      NotifyingGroupMsg = 1 << 1
  }GotyeGroupMsgConfig;
  
  NS_GOTYEAPI_END
  
  #endif