12345678910111213141516171819202122232425262728293031323334353637 |
- #import <UIKit/UIKit.h>
- #import "OCNetworking.h"
- @class tableMetadata;
- @interface CCPeekPop : UIViewController
- @property (nonatomic, strong) tableMetadata *metadata;
- @property BOOL hideAction;
- @property (nonatomic, weak) IBOutlet UILabel *fileName;
- @property (nonatomic, weak) IBOutlet UIImageView *imagePreview;
- @end
|