Theeaxe

Lynda Command Line - Player.h

Apr 30th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //
  2. //  Player.h
  3. //  Test-Command-Line
  4. //
  5. //  Created by Masen Beliveau on 4/27/14.
  6. //  Copyright (c) 2014 KidCO. All rights reserved.
  7. //
  8.  
  9. #import <Foundation/Foundation.h>
  10.  
  11. @interface Player : NSObject
  12.  
  13. @property int score;
  14.  
  15. - (id)initWithInteger: (int) initialScore;
  16.  
  17. @end
Advertisement
Add Comment
Please, Sign In to add comment