- Add new function + (NSString*) stringMonth :(NSInteger) month - Add new function + (NSString*) stringFromWeekday :(NSInteger) weekday
16 lines
268 B
Objective-C
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
|