RegisterViewController.h
281 Bytes
//
// ResgisterViewController.h
// CNLiveUserSystemDemo
//
// Created by iOS on 16/9/14.
// Copyright © 2016年 zhulin. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface RegisterViewController : UIViewController
@property (nonatomic, strong) NSString *type;
@end