- //
- // CustomerViewController.h
- // FirstLink
- //
- // Created by ascii on 15/6/8.
- // Copyright (c) 2015年 FirstLink. All rights reserved.
- //
- #import "ChatListViewController.h"
- #import "ChatViewController.h"
- #import "CustomerListCell.h"
- @interface CustomerListController : ChatListViewController
- @end
|