1234567891011121314151617181920 |
- //
- // SourceListVC.h
- // smartRhino
- //
- // Created by niuzhen on 2020/4/29.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface SourceListVC : UIViewController
- @property (assign, nonatomic) BOOL GroupNoUser;
- @property (strong, nonatomic) NSMutableArray *selectGIdArray;
- - (void)headRefresh;
- @end
- NS_ASSUME_NONNULL_END
|