/FSKit/Source/Common/FSKCouple.h
http://fskit.googlecode.com/ · C Header · 17 lines · 7 code · 3 blank · 7 comment · 0 complexity · c8969a93e5bd4cc4aa35a20a8396d26c MD5 · raw file
- //
- // FSKCouple.h
- // FSKit
- //
- // Created by Logan Allred on 2/24/08.
- // Copyright 2008 RedBugz Software. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "FSKPerson.h"
- @interface FSKCouple : NSObject {
- FSKPerson *person;
- FSKPerson *spouse;
- }
- @end