- Add new function + (NSString*) stringMonth :(NSInteger) month - Add new function + (NSString*) stringFromWeekday :(NSInteger) weekday
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
framework module DJLocalization {
|
|
umbrella header "DJLocalization-umbrella.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
}
|