/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

  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. #import <Foundation/Foundation.h>
  9. #import "FSKAssertion.h"
  10. @interface FSKEvent : FSKAssertion {
  11. }
  12. @end