123456789101112131415161718 |
- //
- // FKProServeDetailView.h
- // FirstLink
- //
- // Created by jack on 16/8/16.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FKProServeDetailView : UIView
- //- (void)refreshContentArray:(NSArray *)contentArray showLatePay:(BOOL)latePay;
- - (void)requestWithURL:(NSURL *)url;
- - (void)showInView:(UIView *)view animated:(BOOL)animated;
- @end
|