18 lines
291 B
Objective-C
Executable File
18 lines
291 B
Objective-C
Executable File
//
|
|
// RSOPMLDocument.h
|
|
// RSParser
|
|
//
|
|
// Created by Brent Simmons on 2/28/16.
|
|
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
|
//
|
|
|
|
@import Foundation;
|
|
#import <RSParser/RSOPMLItem.h>
|
|
|
|
|
|
@interface RSOPMLDocument : RSOPMLItem
|
|
|
|
@property (nonatomic) NSString *title;
|
|
|
|
@end
|