TIMFriendAllowType Constants Reference
| Declared in | TIMComm.h | 
|---|
TIMFriendAllowType
好友验证方式
Definition
typedef NS_ENUM(NSInteger, TIMFriendAllowType ) {
                            
                               TIM_FRIEND_ALLOW_ANY = 0,
                            
                               TIM_FRIEND_NEED_CONFIRM = 1,
                            
                               TIM_FRIEND_DENY_ANY = 2,
                            
                            };
                    
                    Constants
Declared In
TIMComm.h