forked from mirrors/linphone-iphone
12 lines
185 B
Objective-C
12 lines
185 B
Objective-C
//
|
|
// TodayViewController.h
|
|
// latestCallsWidget
|
|
//
|
|
// Created by David Idmansour on 06/06/2018.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface TodayViewController : UIViewController
|
|
|
|
@end
|