PageRenderTime 52ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/External/Processors/UISegmentedControlProcessor.h

http://github.com/juancruzmdq/objc-generator
C Header | 13 lines | 3 code | 3 blank | 7 comment | 0 complexity | 2a7058b03cf147182281d7e1050bbfba MD5 | raw file
  1. //
  2. // UISegmentedControlProcessor.h
  3. // nib2objc
  4. //
  5. // Created by Adrian on 3/14/09.
  6. // Adrian Kosmaczewski 2009
  7. //
  8. #import "UIControlProcessor.h"
  9. @interface UISegmentedControlProcessor : UIControlProcessor
  10. @end