IVTMeMineUserView.h
320 Bytes
//
// IVTMeMineUserView.h
// IVTMeLive
//
// Created by XRG on 16/5/11.
// Copyright © 2016年 Joky. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface IVTMeMineUserView : UIView
@property (nonatomic,copy) NSDictionary *entity;
+ (IVTMeMineUserView *)sharedInstance;
- (void)show;
- (void)hidden;
@end