Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //
- // Player.h
- // Test-Command-Line
- //
- // Created by Masen Beliveau on 4/27/14.
- // Copyright (c) 2014 KidCO. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface Player : NSObject
- @property int score;
- - (id)initWithInteger: (int) initialScore;
- @end
Advertisement
Add Comment
Please, Sign In to add comment