Guest User

Untitled

a guest
Dec 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #import "test.h"
  2.  
  3. @implementation
  4.  
  5. -(id) viewDidLoad{
  6.  
  7. NSString *str = @"test for using highlighting syntax";
  8. NSLog(@"%@", str);
  9. }
  10.  
  11.  
  12. @end
Add Comment
Please, Sign In to add comment