Change Cocoa imports to AppKit imports, because we don’t need CoreData imported (which Cocoa imports).
This commit is contained in:
parent
07052c565c
commit
50dcf436d9
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2018 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
// Unlike UndoableCommand commands, you instantiate one of each of these and reuse them.
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2018 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import RSCore
|
||||
import Data
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2018 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import Data
|
||||
import RSCore
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import DB5
|
||||
import Data
|
||||
import RSTextDrawing
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import Data
|
||||
|
||||
extension Notification.Name {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
protocol SmallIconProvider {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
class DinosaursWindowController: NSWindowController {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
@objc final class FeedListControlsView: NSView {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
class FeedListSplitViewController: NSSplitViewController {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import RSTree
|
||||
import RSCore
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
class FeedListWindowController : NSWindowController {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import Data
|
||||
|
||||
extension Notification.Name {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import Data
|
||||
import RSParser
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import Data
|
||||
import RSWeb
|
||||
import RSParser
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import RSCore
|
||||
import RSTree
|
||||
import Data
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import RSCore
|
||||
import RSTree
|
||||
import Data
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import Data
|
||||
import Account
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import DB5
|
||||
import Data
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import RSCore
|
||||
|
||||
final class MainWindowKeyboardHandler: KeyboardDelegate {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
let keypadEnter: unichar = 3
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import Data
|
||||
import Account
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
class MainWindowSplitView: NSSplitView {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import DB5
|
||||
|
||||
struct SidebarCellAppearance: Equatable {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import RSCore
|
||||
|
||||
// image - title - unreadCount
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import Data
|
||||
|
||||
@objc final class FeedPasteboardWriter: NSObject, NSPasteboardWriting {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import RSCore
|
||||
|
||||
@objc final class SidebarKeyboardDelegate: NSObject, KeyboardDelegate {
|
||||
|
|
|
@ -6,4 +6,6 @@
|
|||
// Copyright © 2018 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import AppKit
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import RSCore
|
||||
import Data
|
||||
import RSWeb
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
|
||||
import Foundation
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
private let padding = appDelegate.currentTheme.edgeInsets(forKey: "MainWindow.SourceList.unreadCount.padding")
|
||||
private let cornerRadius = appDelegate.currentTheme.float(forKey: "MainWindow.SourceList.unreadCount.cornerRadius")
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import Data
|
||||
|
||||
@objc final class ArticlePasteboardWriter: NSObject, NSPasteboardWriting {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import DB5
|
||||
|
||||
struct TimelineCellAppearance: Equatable {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import Data
|
||||
|
||||
var attributedTitleCache = [String: NSAttributedString]()
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import RSTextDrawing
|
||||
import RSCore
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
class UnreadIndicatorView: NSView {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import RSCore
|
||||
|
||||
// Doesn’t have any shortcuts of its own — they’re all in MainWindowKeyboardHandler.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
final class TimelineHeaderView: NSView {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
class TimelineTableRowView : NSTableRowView {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
class TimelineTableView: NSTableView {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
private struct PreferencesToolbarItemSpec {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
func runIndeterminateProgressWithMessage(_ message: String) {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2018 Olof Hellman. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import Account
|
||||
import Data
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2018 Olof Hellman. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import Account
|
||||
import Data
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2018 Olof Hellman. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
protocol ScriptingObjectContainer: ScriptingObject {
|
||||
var scriptingClassDescription:NSScriptClassDescription { get }
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
@import AppKit;
|
||||
|
||||
//! Project version number for DB5.
|
||||
FOUNDATION_EXPORT double DB5VersionNumber;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2012 Q Branch LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
public class LogWindowController: NSWindowController {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2018 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2018 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
// This is for sending articles to MarsEdit and other apps that implement the send-to-blog-editor Apple events API:
|
||||
// http://ranchero.com/netnewswire/developers/externalinterface
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2018 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
// Represents an app (the type of app mostly found in /Applications.)
|
||||
// The app may or may not be running. It may or may not exist.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
import WebKit
|
||||
|
||||
public final class WebViewWindowController: NSWindowController {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
public extension NSImage {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
// To get, for instance, the keyboard integer value for "\r": "\r".keyboardIntegerValue (returns 13)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#if TARGET_OS_IPHONE
|
||||
@import UIKit;
|
||||
#else
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
#endif
|
||||
|
||||
@implementation NSCalendar (RSCore)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
|
||||
@interface NSColor (RSCore)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
#import "RSBlocks.h"
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
public extension NSOutlineView {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
public extension NSResponder {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
@interface NSStoryboard (RSCore)
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
public extension NSTableView {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
|
||||
@interface NSTableView (RSCore)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
|
||||
@interface NSView (RSCore)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
public extension NSWindow {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
|
||||
IB_DESIGNABLE
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
#import <RSCore/RSBackgroundColorView.h>
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
public class RSToolbarItem: NSToolbarItem {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
/*This view has one subview, which it resizes to fit the bounds of this view.*/
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright (c) 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <AppKit/AppKit.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
@interface RSCoreTests : XCTestCase
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
//! Project version number for RSFeedFinder.
|
||||
FOUNDATION_EXPORT double RSFeedFinderVersionNumber;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
#import <RSTextDrawing/RSTextRendererProtocol.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
#import <RSTextDrawing/RSTextRendererProtocol.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
#import <RSTextDrawing/RSSingleLineView.h>
|
||||
#import <RSTextDrawing/RSMultiLineView.h>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Cocoa;
|
||||
@import AppKit;
|
||||
|
||||
@protocol RSTextRenderer <NSObject>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
public extension NSOutlineView {
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
//! Project version number for RSTree.
|
||||
FOUNDATION_EXPORT double RSTreeVersionNumber;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
import Cocoa
|
||||
import AppKit
|
||||
|
||||
public class MacWebBrowser {
|
||||
|
||||
|
|
Loading…
Reference in New Issue