123456789101112131415161718192021 |
- //
- // NoticeNewGroupMenuModel.h
- // smartRhino
- //
- // Created by armin on 2019/11/5.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface NoticeNewGroupMenuModel : NSObject
- @property (strong,nonatomic) NSString *menuImgName;
- @property (strong,nonatomic) NSString *menuTitle;
- @end
- NS_ASSUME_NONNULL_END
|