Created
August 5, 2013 09:42
-
-
Save caiguo37/6154681 to your computer and use it in GitHub Desktop.
通过QQApi发送消息到qq好友
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QQApiTextObject *text = [QQApiTextObject objectWithText:@"亲爱哒亲爱哒亲爱哒"]; | |
QQApiMessage *message = [QQApiMessage messageWithObject:text]; | |
[QQApi sendMessage:message]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment