redmine-mobile-syncgithub/RedmineMobile/RedmineMobile/ViewControllers/OZLProjectCreateViewControl...

16 lines
313 B
Objective-C

//
// OZLProjectCreateViewController.h
// RedmineMobile
//
// Created by lizhijie on 7/16/13.
// Copyright (c) 2013 Lee Zhijie. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface OZLProjectCreateViewController : UIViewController
- (IBAction)onCancel:(id)sender;
- (IBAction)onSave:(id)sender;
@end