NetNewsWire/Frameworks/RSCore/RSCore/RSGeometry.h

16 lines
407 B
C
Executable File

//
// RSGeometry.h
// RSCore
//
// Created by Brent Simmons on 3/13/16.
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
//
@import Foundation;
NSRect RSRectCenteredVerticallyInRect(NSRect originalRect, NSRect containerRect);
NSRect RSRectCenteredHorizontallyInRect(NSRect originalRect, NSRect containerRect);
NSRect RSRectCenteredInRect(NSRect originalRect, NSRect containerRect);