有两个方法
+ (void)getContectListCompletion:(void (^)(NSArray *array))completion;
+ (void)getInfoWithUserID:(NSString *)userid completion:(void (^) (ESUserDetailInfo *userInfo))completion;
但是当我在swift课程中使用这个方法时,只有一个提示" getContectlistComletion
"