Quantcast
Channel: 睿论坛 - 最新帖子
Viewing all articles
Browse latest Browse all 37470

Help hook Message app

$
0
0

%hook CKBalloonTextView
- (NSString*)attributedText{
id ret=%orig;
NSLog(@"Text:%@ ",ret);
return ret;
}

%end


Viewing all articles
Browse latest Browse all 37470

Trending Articles