//
//  AgreeApprovalViewController.h
//  smartRhino
//
//  Created by tederen on 2019/11/8.
//  Copyright © 2019 tederen. All rights reserved.
//

#import "BaseViewController.h"

NS_ASSUME_NONNULL_BEGIN

@interface AgreeApprovalViewController : BaseViewController
@property (nonatomic, strong) TDNavigationBar *myNavigationBar;

@end

NS_ASSUME_NONNULL_END