// // DailyQuestTablView.h // PopupViewWindow // // Created by 杨仁伟 on 2017/5/22. // Copyright © 2017年 yrw. All rights reserved. // #import <UIKit/UIKit.h> @interface DailyQuestTablView : UITableView - (void)headRefresh; @end