PageRenderTime 43ms CodeModel.GetById 31ms RepoModel.GetById 1ms app.codeStats 0ms

/samples/MapTestbedFlipMaps/Classes/FlipsideView.h

http://github.com/route-me/route-me
C Header | 11 lines | 4 code | 3 blank | 4 comment | 0 complexity | 27220b9dd0ad3d5bc7adce8a4bd37ce2 MD5 | raw file
  1. //
  2. // FlipsideView.h
  3. // MapTestbed : Diagnostic map
  4. //
  5. #import <UIKit/UIKit.h>
  6. @interface FlipsideView : UIView {
  7. }
  8. @end