Guest User

Untitled

a guest
Jun 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. //LabelAtlas.h file
  2. -(NSString *) getString;
  3.  
  4. //LabelAtlas.m file
  5. -(NSString *) getString{
  6. //gets the string and returns it
  7. return string;
  8. }
Add Comment
Please, Sign In to add comment