#import #import "RDActionSheet.h" @interface RDViewController : UIViewController @property (nonatomic, strong) IBOutlet UIButton *showActionSheetButton; - (IBAction)showActionSheet:(id)sender; @end