Import RSOPMLDocument to Swift.

This commit is contained in:
Brent Simmons
2024-08-18 21:08:01 -07:00
parent ad00ee52ff
commit 0127fd4d0b
4 changed files with 20 additions and 40 deletions

View File

@@ -1,21 +0,0 @@
//
// RSOPMLDocument.h
// RSParser
//
// Created by Brent Simmons on 2/28/16.
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
//
@import Foundation;
#import "RSOPMLItem.h"
@interface RSOPMLDocument : RSOPMLItem
@property (nonatomic) NSString *title;
@property (nonatomic) NSString *url;
@end

View File

@@ -1,14 +0,0 @@
//
// RSOPMLDocument.m
// RSParser
//
// Created by Brent Simmons on 2/28/16.
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
//
#import "RSOPMLDocument.h"
@implementation RSOPMLDocument
@end