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