// // MyTDGroupView.h // smartRhino // // Created by tederen on 2019/10/31. // Copyright © 2019 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface MyTDGroupView : UIView @property (nonatomic, strong) TDButton *button; @end NS_ASSUME_NONNULL_END