All Downloads are FREE. Search and download functionalities are using the official Maven repository.

objc.SWGDate.h Maven / Gradle / Ivy

#import 
#import "SWGObject.h"

@interface SWGDate : SWGObject {
@private
    NSDate *_date;
}
@property(nonatomic, readonly) NSDate* date;

- (id) initWithValues: (NSString*)input;
-(NSString*) toString;
@end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy