ipu的trunk版ios客户端工程
// // IPUDragButton.h // SuperMenu // // Created by Mac on 2019/3/12. // Copyright © 2019年 shelomi. All rights reserved. // #import <UIKit/UIKit.h> @interface IPUDragButton : UIButton - (void)show; - (void)dismiss; @end