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