Geen omschrijving

FKVipBuyController.h 306B

1234567891011121314151617
  1. //
  2. // FKVipBuyController.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 2017/5/17.
  6. // Copyright © 2017年 FirstLink. All rights reserved.
  7. //
  8. #import "FLViewController.h"
  9. #import "FUKit.h"
  10. @interface FKVipBuyController : FLViewController
  11. @property (nonatomic, assign) kCardSegmentIndex segmentType;
  12. @end