悟空记账

HCBottomPopupViewController.h 364B

123456789101112131415
  1. //
  2. // HCBottomPopupViewController.h
  3. // Test2
  4. //
  5. // Created by hehaichi on 2017/12/15.
  6. // Copyright © 2017年 hehaichi. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "HCBasePopupViewController.h"
  10. #import "HCBottomPopupAction.h"
  11. @interface HCBottomPopupViewController : HCBasePopupViewController
  12. - (void)addAction:(HCBottomPopupAction *)action;
  13. @end