IVTMeUnGrabListView.h
654 Bytes
//
// IVTMeUnGrabListView.h
// IVTMeLive
//
// Created by XRG on 16/4/28.
// Copyright © 2016年 Joky. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface IVTMeUnGrabListView : UIView
@property (nonatomic, strong)UIImageView *headIcon;
//@property (nonatomic, strong)UILabel *nick;
@property (nonatomic, strong)UILabel *tips;
@property(nonatomic,strong)UIView *shadowView;
@property(nonatomic,strong)UITableView *grabList;
@property (nonatomic, copy) NSMutableArray *getRepacktedList;
@property (nonatomic,copy) NSString *levelString;
@property (nonatomic,copy) NSString *sexString;
@property (nonatomic,copy) NSString *nameString;
@end