Açıklama Yok

FKCouponController.h 329B

1234567891011121314151617
  1. //
  2. // FKCouponController.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/6/19.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FKCouponController : FLViewController
  10. <UITableViewDataSource, UITableViewDelegate>
  11. @property (nonatomic, strong) IBOutlet UITableView *tableView;
  12. @end