| 1234567891011121314151617 |
- //
- // RAPhotoLayout.h
- // Apex And Drivers
- //
- // Created by Jack on 2018/10/30.
- // Copyright © 2018年 USAI. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "RAPhotoLayoutDelegate.h"
- @interface RAPhotoLayout : UICollectionViewLayout
- @property (nonatomic,weak) id<RAPhotoLayoutDelegate> delegate;
- @end
|