Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // v hlavickovym souboru
  2. - (void) setHeadPosition: NSInteger;
  3.  
  4.  
  5. // v souboru s implementaci
  6. - (void) setHeadPosition: (NSInteger) pos {
  7.     position = pos;
  8. }
  9. // warning: conflicting parameter types in implementation of 'setHeadPosition:': 'id' vs 'NSInteger' (aka 'long') [2]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement