CenterTouchTableView.h 223 B

1234567891011121314
  1. //
  2. // CenterTouchTableView.h
  3. // PersonalCenter
  4. //
  5. // Created by Arch on 2017/6/16.
  6. // Copyright © 2017年 mint_bin. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface CenterTouchTableView : UITableView
  10. @end