| 123456789101112131415161718 |
- //
- // PhotoListViewController.h
- // RA Image
- //
- // Created by Jack on 2017/5/4.
- // Copyright © 2017年 USAI. All rights reserved.
- //
- #import "BasicViewController.h"
- @class BasicModeViewController;
- @interface PhotoListViewController : BasicViewController
- @property (nonatomic,strong) NSMutableArray <NSMutableDictionary *> *photos;
- @property (nonatomic,weak) BasicModeViewController *modeVC;
- @end
|