| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/codingYWJ/Coding-iOS/master/Coding_iOS/Views/HotTopicBannerView.h | [Back] [Original] |
// // HotTopicBannerView.h // Coding_iOS // // Created by Lambda on 15/8/7. // Copyright (c) 2015 Coding. All rights reserved. // #import @interface HotTopicBannerView : UIView @property (strong, nonatomic) NSArray *curBannerList; @property (nonatomic , copy) void (^tapActionBlock)(NSDictionary *bannerData); - (void)reloadData; @end
| Web Proxy Viewer | New URL | Original Page |