//
// MOP_setFinStoreConfigs.h
// mop
// Created by 王滔 on 2021/12/20.
#import "MOPBaseApi.h"
NS_ASSUME_NONNULL_BEGIN
@interface MOP_setFinStoreConfigs : MOPBaseApi
@property(nonatomic, strong) NSArray *storeConfigs;
@end
NS_ASSUME_NONNULL_END