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.

34 lines
688 B

//
// VideoCallViewController.h
// watch
//
// Created by WeiChaoZheng on 2018/10/30.
// Copyright © 2018年 xTT. All rights reserved.
//
#import "baseTabViewController.h"
@interface VideoCallViewController : baseTabViewController
@property (strong, nonatomic) IBOutlet UIImageView *headView;
@property (strong, nonatomic) IBOutlet UILabel *nameLabel;
@property (strong, nonatomic) IBOutlet UIButton *videoActionBtn;
/**
*/
@property (strong, nonatomic) IBOutlet UILabel *endTimeLabel;
/**
Btn
*/
@property (strong, nonatomic) IBOutlet UIButton *renewalBtn;
@property (weak, nonatomic) IBOutlet UICollectionView *memberCollection;
@end