From 1b73d5d0b495f2d643c2523e1b8399f925b4f702 Mon Sep 17 00:00:00 2001 From: liurenjie <liurenjie@yuan9.cn> Date: 星期六, 03 七月 2021 17:58:19 +0800 Subject: [PATCH] al --- BuWanVideo2.0/Recommend/BaseController.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/BuWanVideo2.0/Recommend/BaseController.h b/BuWanVideo2.0/Recommend/BaseController.h index 3a1c301..5ce8d2f 100644 --- a/BuWanVideo2.0/Recommend/BaseController.h +++ b/BuWanVideo2.0/Recommend/BaseController.h @@ -7,11 +7,14 @@ // #import <UIKit/UIKit.h> +#import "PlistFileOperator.h" NS_ASSUME_NONNULL_BEGIN @interface BaseController : UIViewController +@property (nonatomic, nullable, strong) PlistFileOperator *plist; + @end NS_ASSUME_NONNULL_END -- Gitblit v1.8.0