This commit is contained in:
relikd
2019-08-12 00:25:13 +02:00
parent 48578ea211
commit cc218dfbcb
42 changed files with 41 additions and 63 deletions

View File

@@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#import <Cocoa/Cocoa.h>
@import Cocoa;
@interface NSColor (RandomColor)
/// just for testing purposes

View File

@@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#import <Cocoa/Cocoa.h>
@import Cocoa;
typedef int32_t Interval;
typedef NS_ENUM(int32_t, TimeUnitType) {

View File

@@ -20,10 +20,9 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
@import QuartzCore;
#import "NSDate+Ext.h"
#import <QuartzCore/QuartzCore.h>
static TimeUnitType const _values[] = {
TimeUnitYears,
TimeUnitWeeks,

View File

@@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#import <Cocoa/Cocoa.h>
@import Cocoa;
/***/ static CGFloat const PAD_WIN = 20; // window padding
/***/ static CGFloat const PAD_L = 16;