- (NSString *)debugDescription
{
return [NSString stringWithFormat:@"<%@: %p> format string", [self class], self, arguments];
}
Objective C debugDescription Method
Shortcut: debug_description
0 Comments
Add Comment
Log in to add a comment
- (NSString *)debugDescription
{
return [NSString stringWithFormat:@"<%@: %p> format string", [self class], self, arguments];
}
Objective C debugDescription Method
Shortcut: debug_description
Log in to add a comment