12345678910111213141516171819 |
- //
- // GroupSynopsisVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/6/15.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface GroupSynopsisVC : BaseViewController
- @property (nonatomic, assign) NSInteger GroupId;
- +(GroupSynopsisVC *)initGroupSynopsisVC;
- @end
- NS_ASSUME_NONNULL_END
|