Description
on objc project, add pod
pod 'YBImageBrowser'
run pod install
import
#import <YBImageBrowser/YBImageBrowser.h>
YBIBImageData *data = [YBIBImageData new];
got error
Use of undeclared identifier 'YBIBImageData'
Environment
- YBImageBrowser version: 2.1.5
- iOS version: 16.7.8
Can't find YBIBImageData class in the pod, how to get it?