Delete RSParsedEnclosure — will use ParsedAttachment instead.

This commit is contained in:
Brent Simmons 2024-08-18 19:00:03 -07:00
parent 5ec0964594
commit 1aaad155dd
2 changed files with 0 additions and 35 deletions

View File

@ -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

View File

@ -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