/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
- //
- // Second.h
- // TestObjcGenerator
- //
- // Created by Juan Cruz Ghigliani on 09/04/11.
- // Copyright 2011 Juan Cruz Ghigliani. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "_Second.h"
- @interface Second : _Second {
- }
- @end