Initial import.
This commit is contained in:
17
RSXML/RSOPMLDocument.h
Normal file
17
RSXML/RSOPMLDocument.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// RSOPMLDocument.h
|
||||
// RSXML
|
||||
//
|
||||
// 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;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user