//
//  CommonNoteVC.h
//  smartRhino
//
//  Created by niuzhen on 2020/4/29.
//  Copyright © 2020 tederen. All rights reserved.
//

#import "BaseViewController.h"

NS_ASSUME_NONNULL_BEGIN

@interface CommonNoteVC : BaseViewController
+(CommonNoteVC *)initCommonNoteVC;
@end

NS_ASSUME_NONNULL_END