| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/fusen-github/Coding-iOS/master/Coding_iOS/Models/QcTask.m | [Back] [Original] |
//
// QcTask.m
// Coding_iOS
//
// Created by on 14-8-22.
// Copyright (c) 2014 Coding. All rights reserved.
//
#import "QcTask.h"
@implementation QcTask
- (NSString *)link{
return [NSString stringWithFormat:@"[%@]", [_link stringByRemoveHtmlTag]];
}
@end
| Web Proxy Viewer | New URL | Original Page |