/iPhoneSample/externals/fskit/Common/FSKEvent.h
http://fskit.googlecode.com/ · C++ Header · 16 lines · 5 code · 4 blank · 7 comment · 0 complexity · 2d50298394c216547c24b21b075f357b MD5 · raw file
- //
- // FSKEvent.h
- // FSKit
- //
- // Created by Logan Allred on 8/16/08.
- // Copyright 2008 RedBugz Software. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "FSKAssertion.h"
- @interface FSKEvent : FSKAssertion {
- }
- @end