Guest User

Untitled

a guest
May 15th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.27 KB | None | 0 0
  1. .
  2. .
  3.  
  4. FinalView *obj = [[FinalView alloc] init];
  5. FinalView *tempSuop = [[FinalView alloc] initWithNibName:@"finalView" bundle:nil];
  6.  
  7.     Quant=Quant3.text.intValue;
  8.     Price=suop;
  9.     name_of_suop=@"misi";
  10.  
  11. [obj setData:Quant price:Price name:name_of_suop];
  12.  
  13. .
  14. .
Advertisement
Add Comment
Please, Sign In to add comment