/iPhoneSample/externals/fskit/Common/FSKFamilyService.m
Objective C | 14 lines | 3 code | 4 blank | 7 comment | 0 complexity | 9a0ff29a8ca16454bcf5daf051dca090 MD5 | raw file
Possible License(s): BSD-3-Clause
1// 2// FSKFamilyService.m 3// FSKit 4// 5// Created by Logan Allred on 3/12/08. 6// Copyright 2008 RedBugz Software. All rights reserved. 7// 8 9#import "FSKFamilyService.h" 10 11 12@implementation FSKFamilyService 13 14@end