Files
fanyin-ios/Pods/BRPickerView/BRPickerView/Deprecated/Base/BRBaseView.h
2025-08-12 14:27:12 +08:00

17 lines
415 B
Objective-C
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.

//
// BaseView.h
// BRPickerViewDemo
//
// Created by renbo on 2017/8/11.
// Copyright © 2017 irenb. All rights reserved.
//
// 最新代码下载地址https://github.com/agiapp/BRPickerView
#import "BRPickerAlertView.h"
@interface BRBaseView : BRPickerAlertView
/** 是否自动选择,即滚动选择器后就执行结果回调,默认为 NO */
@property (nonatomic, assign) BOOL isAutoSelect;
@end