[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/kiradea/Coding-iOS/master/Coding_iOS/Models/ProjectLineNote.m [Back]  [Original]

//
//  ProjectLineNote.m
//  Coding_iOS
//
//  Created by Ease on 15/5/13.
//  Copyright (c) 2015 Coding. All rights reserved.
//

#import "ProjectLineNote.h"

@implementation ProjectLineNote
- (void)setContent:(NSString *)content{
    if (_content != content) {
        _htmlMedia = [HtmlMedia htmlMediaWithString:content showType:MediaShowTypeNone];
        _content = _htmlMedia.contentDisplay;
    }
}

@end

Web Proxy Viewer  |  New URL  |  Original Page