You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
398 B
30 lines
398 B
1 year ago
|
//
|
||
|
// AddVideoMomberVC.h
|
||
|
// watch
|
||
|
//
|
||
|
// Created by Apple on 2019/1/25.
|
||
|
// Copyright © 2019年 xTT. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "baseTabViewController.h"
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
/**
|
||
|
添加或者 删除 的 视频成员
|
||
|
*/
|
||
|
@interface AddVideoMomberVC : baseTabViewController
|
||
|
|
||
|
/**
|
||
|
是否是 减员模式
|
||
|
*/
|
||
|
@property (nonatomic, assign)BOOL isUnCheck;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|