//
// PhotoManagerCollectionViewCell.m
// Lighting
//
// Created by 曹云霄 on 2016/12/9.
// Copyright © 2016年 上海勾芒科技有限公司. All rights reserved.
//
#import "PhotoManagerCollectionViewCell.h"
@implementation PhotoManagerCollectionViewCell
- (void)awakeFromNib
{
[super awakeFromNib];
self.photoImageView.contentMode=UIViewContentModeScaleAspectFill;
self.photoImageView.clipsToBounds=YES;
}
@end
-
曹云霄 authored3a1564f5