Giuseppe Nucifora 0e6697d60d - Add library DJLocalizedString
- Add new function + (NSString*) stringMonth :(NSInteger) month
- Add new function + (NSString*) stringFromWeekday :(NSInteger) weekday
2017-09-10 16:23:02 +02:00

16 lines
268 B
Objective-C

//
// DJLocalization.h
// DJLocalization
//
// Created by David Jennes on 04/03/15.
// Copyright (c) 2015. All rights reserved.
//
#ifndef DJLocalization_h
#define DJLocalization_h
#import "DJLocalizationSystem.h"
#import "UIStoryboard+DJLocalization.h"
#endif