NIMSessionImageContentView.h 324 B

123456789101112131415
  1. //
  2. // NIMSessionImageContentView.h
  3. // NIMKit
  4. //
  5. // Created by chris on 15/1/28.
  6. // Copyright (c) 2015年 Netease. All rights reserved.
  7. //
  8. #import "NIMSessionMessageContentView.h"
  9. @interface NIMSessionImageContentView : NIMSessionMessageContentView
  10. @property (nonatomic,strong,readonly) UIImageView * imageView;
  11. @end