mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-18 20:34:46 +01:00
14 lines
227 B
Objective-C
14 lines
227 B
Objective-C
//
|
|
// 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
|