BGChatSegmentScrollController.h 235 B

12345678910111213
  1. //
  2. // BGChatSegmentScrollController.h
  3. // BuguLive
  4. //
  5. // Created by 朱庆彬 on 2017/9/4.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface BGChatSegmentScrollController : UIScrollView
  10. @end