Skip to content

Commit

Permalink
Merge 3b9ca74 into ded41c9
Browse files Browse the repository at this point in the history
  • Loading branch information
haowenwu committed Jun 4, 2016
2 parents ded41c9 + 3b9ca74 commit cb02625
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Core/Source/DTLazyImageView.h
Expand Up @@ -7,6 +7,7 @@
//

#import <DTFoundation/DTWeakSupport.h>
#import "DTAttributedTextContentView.h"

@class DTLazyImageView;

Expand Down Expand Up @@ -48,6 +49,11 @@ extern NSString * const DTLazyImageViewDidFinishDownloadNotification;
*/
@property (nonatomic, strong) NSMutableURLRequest *urlRequest;

/**
The DTAttributedTextContentView used to display remote images with DTAttributedTextCell
*/
@property (nonatomic, DT_WEAK_PROPERTY) DTAttributedTextContentView *contentView;

/**
@name Getting Information
*/
Expand Down

0 comments on commit cb02625

Please sign in to comment.