Skip to content

Commit

Permalink
Merge pull request #44 from jivesoftware/missing-import
Browse files Browse the repository at this point in the history
Add missing import in PDTSimpleCalendarViewCell
  • Loading branch information
jmig committed Nov 14, 2014
2 parents c291649 + f26f698 commit 806191d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PDTSimpleCalendar/PDTSimpleCalendarViewCell.h
Expand Up @@ -6,6 +6,9 @@
// Copyright (c) 2013 Producteev. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@class PDTSimpleCalendarViewCell;

@protocol PDTSimpleCalendarViewCellDelegate <NSObject>
Expand Down

0 comments on commit 806191d

Please sign in to comment.