//
//  TDQrJoinVC.h
//  smartRhino
//
//  Created by niuzhen on 2019/12/14.
//  Copyright © 2019 tederen. All rights reserved.
//

#import "BaseViewController.h"

NS_ASSUME_NONNULL_BEGIN

@interface TDQrJoinVC : BaseViewController
@property (nonatomic, strong) NSDictionary * dict;

+ (TDQrJoinVC *)initTDQrJoinVC;
@end

NS_ASSUME_NONNULL_END