1

Archive Project

This commit is contained in:
Kim Wittenburg
2017-07-25 17:21:13 +02:00
parent 7d4f001502
commit 15062dfb27
66 changed files with 14172 additions and 4692 deletions

View File

@@ -0,0 +1,16 @@
//
// TimeIntervalValueTransformer.h
// Notifications for YouTube
//
// Created by Kim Wittenburg on 20.07.13.
// Copyright (c) 2013 Kim Wittenburg. All rights reserved.
//
#import <Foundation/Foundation.h>
/* The number value transformer transforms a number into... a number. Into exactly the same number. You can use this transformer if you get an type error binding a property of the right type. For example if you bind the selected tag of a popup button to an NSTimeInterval property.
This transformer does allow reverse transformation.
*/
@interface NumberValueTransformer : NSValueTransformer
@end