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