18 lines
331 B
Objective-C
18 lines
331 B
Objective-C
//
|
|
// FSCalendarTestMacros.h
|
|
// FSCalendar
|
|
//
|
|
// Created by Wenchao Ding on 10/1/15.
|
|
// Copyright © 2015 wenchaoios. All rights reserved.
|
|
//
|
|
|
|
#ifndef FSCalendarTestMacros_h
|
|
#define FSCalendarTestMacros_h
|
|
|
|
#define FSCalendarShouldEnableTestMacros YES
|
|
|
|
#import "FSCalendarSelectDateTest.h"
|
|
|
|
|
|
#endif /* FSCalendarTestMacros_h */
|