Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // MyClass.m
  2. // Version 1
  3. static NSString *const MyVar = @"Some Value";
  4.  
  5. @implementation MyClass
  6.  
  7. // MyClass.m
  8. // Version 2
  9. NSString *const MyVar = @"Some Value";
  10.  
  11. @implementation MyClass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement