PageRenderTime 46ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/samples/MapTestbedTwoMaps/Classes/MainView.h

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