123456789101112131415161718 |
- //
- // DownFileViewController.h
- // smartRhino
- //
- // Created by tederen on 2019/11/8.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import "AgreeApprovalViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface DownFileViewController : AgreeApprovalViewController<UIDocumentInteractionControllerDelegate>
- @property (nonatomic, copy) FlowAttachmentsModel *model;
- @end
- NS_ASSUME_NONNULL_END
|