mirror of
https://github.com/zhigang1992/SORelativeDateTransformer.git
synced 2026-04-29 09:45:47 +08:00
Reorganize project to use a designated subdirectory for core source files and strings. Also use a bundle for strings, to facilitate easy drag-n-drop use with existing projects.
This commit is contained in:
23
Example/TesterViewController.h
Normal file
23
Example/TesterViewController.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// SORelativeDateTransformerTester
|
||||
//
|
||||
// Created by StdOrbit on 12/6/10.
|
||||
// Copyright 2010 Standard Orbit Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class SORelativeDateTransformer;
|
||||
|
||||
@interface TesterViewController : UIViewController
|
||||
{
|
||||
IBOutlet UILabel *relativeDateLabel;
|
||||
IBOutlet UIDatePicker *datePicker;
|
||||
|
||||
SORelativeDateTransformer *relativeDateTransformer;
|
||||
}
|
||||
|
||||
- (IBAction) datePickerChangedValue:(id)sender;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user