// // RAPhotoDelegate.h // APEX CRM // // Created by Jack on 2018/11/28. // Copyright © 2018年 USAI. All rights reserved. // #ifndef RAPhotoDelegate_h #define RAPhotoDelegate_h #import @protocol RAPhotoItemUIDelegate @required - (void)refreshUI; - (void)unbind; @end @protocol RAPhotoItemDelegate @required @property (nonatomic,weak) id delegate; - (UIImage *)image; @end #endif /* RAPhotoDelegate_h */