// // turntableView.h // yunbaolive // // Created by IOS1 on 2019/6/5. // Copyright © 2019 cat. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @protocol turntableViewDelegate - (void)turntableZhongjianla; @end @interface turntableView : UIView - (void)show; @property (nonatomic,strong) NSDictionary *zhuboMsg; @property (nonatomic,weak) id delegate; @end NS_ASSUME_NONNULL_END