NetNewsWire/Frameworks/RSCore/RSCore/RSConstants.m
2017-05-22 13:13:40 -07:00

18 lines
410 B
Objective-C
Executable File

//
// RSConstants.m
// RSCore
//
// Created by Brent Simmons on 3/25/15.
// Copyright (c) 2015 Ranchero Software, LLC. All rights reserved.
//
#import "RSConstants.h"
NSString *RSUniqueIDKey = @"uniqueID";
NSString *RSImageKey = @"image";
NSString *RSChildrenKey = @"children";
NSString *RSNameKey = @"name";
NSString *RSTypeKey = @"type";
NSString *RSFolderKey = @"folder";
NSString *RSURLKey = @"url";