mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-19 04:52:59 +01:00
14 lines
226 B
Objective-C
Executable File
14 lines
226 B
Objective-C
Executable File
//
|
|
// RSOPMLDocument.m
|
|
// RSParser
|
|
//
|
|
// Created by Brent Simmons on 2/28/16.
|
|
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
|
//
|
|
|
|
#import <RSParser/RSOPMLDocument.h>
|
|
|
|
@implementation RSOPMLDocument
|
|
|
|
@end
|