mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 07:08:11 +00:00
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
|