/TestObjcGenerator/Classes/Views/Second/Second.h

http://github.com/juancruzmdq/objc-generator · C Header · 16 lines · 5 code · 4 blank · 7 comment · 0 complexity · 0457d8f6287160a4d532035a56f48a2e MD5 · raw file

  1. //
  2. // Second.h
  3. // TestObjcGenerator
  4. //
  5. // Created by Juan Cruz Ghigliani on 09/04/11.
  6. // Copyright 2011 Juan Cruz Ghigliani. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "_Second.h"
  10. @interface Second : _Second {
  11. }
  12. @end