/iPhoneSample/externals/fskit/Common/FSKEvent.h
C++ Header | 16 lines | 5 code | 4 blank | 7 comment | 0 complexity | 2d50298394c216547c24b21b075f357b MD5 | raw file
Possible License(s): BSD-3-Clause
1// 2// FSKEvent.h 3// FSKit 4// 5// Created by Logan Allred on 8/16/08. 6// Copyright 2008 RedBugz Software. All rights reserved. 7// 8 9#import <Foundation/Foundation.h> 10#import "FSKAssertion.h" 11 12@interface FSKEvent : FSKAssertion { 13 14} 15 16@end