mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 16:20:53 +01:00
18 lines
410 B
Objective-C
Executable File
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";
|