OSDN Git Service

AlertView related refactoring.
[tombo/Tombo.git] / iOS / Tombo / Tombo / EditCancelAlert.h
1 #import <UIKit/UIKit.h>
2
3 @interface EditCancelAlert : UIAlertView <UIAlertViewDelegate>
4
5 - (id)initWithDefault;
6
7 - (BOOL)showAndWait;
8
9 @end