Delete RSParsedEnclosure — will use ParsedAttachment instead.
This commit is contained in:
parent
5ec0964594
commit
1aaad155dd
@ -1,22 +0,0 @@
|
||||
//
|
||||
// RSParsedEnclosure.h
|
||||
// RSParser
|
||||
//
|
||||
// Created by Brent Simmons on 12/18/17.
|
||||
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Foundation;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface RSParsedEnclosure : NSObject
|
||||
|
||||
@property (nonatomic) NSString *url;
|
||||
@property (nonatomic) NSInteger length;
|
||||
@property (nonatomic, nullable) NSString *mimeType;
|
||||
@property (nonatomic, nullable) NSString *title;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
@ -1,13 +0,0 @@
|
||||
//
|
||||
// RSParsedEnclosure.m
|
||||
// RSParser
|
||||
//
|
||||
// Created by Brent Simmons on 12/18/17.
|
||||
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
#import "RSParsedEnclosure.h"
|
||||
|
||||
@implementation RSParsedEnclosure
|
||||
|
||||
@end
|
Loading…
x
Reference in New Issue
Block a user