15 lines
277 B
Objective-C
Executable File
15 lines
277 B
Objective-C
Executable File
//
|
|
// SSHolidayUK.h
|
|
// SSLunarDate
|
|
//
|
|
// Created by Jiejing Zhang on 13-8-25.
|
|
// Copyright (c) 2013年 Jiejing Zhang. All rights reserved.
|
|
//
|
|
|
|
#import "SSHolidayCountry.h"
|
|
|
|
@interface SSHolidayUK : SSHolidayCountry
|
|
- (NSArray *) getHolidayListForDate:(NSDate *)date;
|
|
|
|
@end
|