// // FKCouponController.h // FirstLink // // Created by ascii on 15/6/19. // Copyright (c) 2015年 FirstLink. All rights reserved. // #import @interface FKCouponController : FLViewController @property (nonatomic, strong) IBOutlet UITableView *tableView; @end