| Index: webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.h
|
| diff --git a/webrtc/base/asyncresolverinterface.cc b/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.h
|
| similarity index 67%
|
| copy from webrtc/base/asyncresolverinterface.cc
|
| copy to webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.h
|
| index 7ee02f153ee6b93f8f3cffbd8d4a24653869ad8c..cc381701849ba54cb1caf0941d69a7b6bb690406 100644
|
| --- a/webrtc/base/asyncresolverinterface.cc
|
| +++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.h
|
| @@ -8,13 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/base/asyncresolverinterface.h"
|
| +#import <UIKit/UIKit.h>
|
|
|
| -namespace rtc {
|
| +@interface ARDMainViewController : UIViewController
|
|
|
| -AsyncResolverInterface::AsyncResolverInterface() {
|
| -}
|
| +- (void)applicationWillResignActive:(UIApplication *)application;
|
|
|
| -AsyncResolverInterface::~AsyncResolverInterface() = default;
|
| -
|
| -}; // namespace rtc
|
| +@end
|
|
|