Skip to content

Instantly share code, notes, and snippets.

@caiguo37
Created August 5, 2013 09:42
Show Gist options
  • Save caiguo37/6154681 to your computer and use it in GitHub Desktop.
Save caiguo37/6154681 to your computer and use it in GitHub Desktop.
通过QQApi发送消息到qq好友
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