CNICloudDocumentPickerController.h 396 Bytes
//
//  CNICloudDocumentPickerViewController.h
//  iCloud_测试
//
//  Created by 梁星国 on 2018/10/12.
//  Copyright © 2018年 梁星国. All rights reserved.
//

#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface CNICloudDocumentPickerController : UIDocumentPickerViewController

/** 主题颜色 */
@property (strong, nonatomic) UIColor *themeColor;

@end

NS_ASSUME_NONNULL_END