// // NasSearchViewController.h // 隐私保护 // // Created by xd h on 2025/3/18. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface NasSearchViewController : BaseViewController @property(nonatomic,copy) NSString * fileType; @end NS_ASSUME_NONNULL_END