//
// KWMSecondView.h
// iCemarose
//
// Created by 陈荣科 on 16/8/25.
// Copyright © 2016年 kollway. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface KWMSecondView : UIView
@property (weak, nonatomic) IBOutlet UIImageView *ivPhoto;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *marginTop;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *marginLeft;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *ivWidth;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *ivHeight;
@end