CWTalkBackView.h 275 B

1234567891011121314
  1. //
  2. // CWTalkBackView.h
  3. // QQVoiceDemo
  4. //
  5. // Created by 陈旺 on 2017/10/4.
  6. // Copyright © 2017年 陈旺. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //----------------------对讲界面---------------------------------//
  10. @interface CWTalkBackView : UIView
  11. @end