No Description

FKProServeDetailView.h 390B

123456789101112131415161718
  1. //
  2. // FKProServeDetailView.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/8/16.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKProServeDetailView : UIView
  10. //- (void)refreshContentArray:(NSArray *)contentArray showLatePay:(BOOL)latePay;
  11. - (void)requestWithURL:(NSURL *)url;
  12. - (void)showInView:(UIView *)view animated:(BOOL)animated;
  13. @end