Files
yuyin_ios/SweetParty/第三方库/BRPickerView/StringPickerView/BRResultModel.m
2025-08-08 11:05:33 +08:00

19 lines
323 B
Objective-C
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// BRResultModel.m
// BRPickerViewDemo
//
// Created by 任波 on 2019/10/2.
// Copyright © 2019年 91renb. All rights reserved.
//
// 最新代码下载地址https://github.com/91renb/BRPickerView
#import "BRResultModel.h"
@implementation BRResultModel
- (NSString *)selectValue {
return _name;
}
@end