DailyQuestTablView.h 242 B

123456789101112131415
  1. //
  2. // DailyQuestTablView.h
  3. // PopupViewWindow
  4. //
  5. // Created by 杨仁伟 on 2017/5/22.
  6. // Copyright © 2017年 yrw. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface DailyQuestTablView : UITableView
  10. - (void)headRefresh;
  11. @end