From 90cc2daf0c8b2bd6081681605b8878c813aab0d6 Mon Sep 17 00:00:00 2001 From: "Snowmanzzz(Zhengzhong Zhao)" Date: Thu, 26 Jun 2014 23:42:27 +0800 Subject: [PATCH] Update VZM.h --- VZ/VZM.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VZ/VZM.h b/VZ/VZM.h index 7ce8923..784c810 100644 --- a/VZ/VZM.h +++ b/VZ/VZM.h @@ -64,11 +64,11 @@ typedef enum{ /** - * 查找来着微博的好友 + * 查找来自微博的好友 * * @param callback 回调返回好友ID数字 */ -(void)findMyFriendOnWeibo:(AVArrayResultBlock)callback; -(void)watch:(BOOL)flat post:(VZPost*)post callback:(AVBooleanResultBlock)callback; -@end \ No newline at end of file +@end