15 lines
218 B
Objective-C
Executable File
15 lines
218 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 "RSOPMLDocument.h"
|
|
|
|
@implementation RSOPMLDocument
|
|
|
|
@end
|