Skip to content

Instantly share code, notes, and snippets.

View alex1704's full-sized avatar

Oleksandr Kostenko alex1704

View GitHub Profile
@interface HCEventHelper()<EKEventEditViewDelegate>
@property (strong, nonatomic) EKEventStore *eventStore;
@property (weak, nonatomic) UIViewController *presentingViewController;
@property (weak, nonatomic) Session *session;
@end
@implementation HCEventHelper