BDPSDRegistryRepository.h 360 Bytes
//
//  BDPSDRegistryRepository.h
//  BBASchemeDispatcher
//
//  Created by Cao,Jingda on 2020/7/22.
//  Copyright © 2020 Baidu. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@protocol BDPSDRegistryRepository <NSObject>

@optional
- (nullable NSString *)directoryWithError:(NSError **)error;

@end

NS_ASSUME_NONNULL_END