swift类不能调用oc方法A但是B可以

时间:2016-03-01 02:57:35

标签: ios swift

obj -c类中的

有两个方法

+ (void)getContectListCompletion:(void (^)(NSArray *array))completion;

+ (void)getInfoWithUserID:(NSString *)userid completion:(void (^) (ESUserDetailInfo *userInfo))completion;

但是当我在swift课程中使用这个方法时,只有一个提示" getContectlistComletion"

enter image description here

0 个答案:

没有答案