我正在使用现有代码。这里在 .h 文件中声明了一个 popovercontroller,它在实现行中给了我错误。
.h 文件
@property (nonatomic, strong) VFImagePickerController *imagePicker;
@property (nonatomic, strong) UIPopoverController *popoverController;
@property (nonatomic, strong) UINavigationController *targetVC;
.m 文件:
请建议如何解决这个问题。