ipu的trunk版ios客户端工程

IPUTemplateDelegate.h 374B

    // // IPUTemplateDelegate.h // IPUMobile // // Created by 秋林 on 2019/3/29. // Copyright © 2019 Asiainfo. All rights reserved. // #import "IPUAppDelegate.h" NS_ASSUME_NONNULL_BEGIN @class IPUTemplateController; @interface IPUTemplateDelegate : IPUAppDelegate @property (nonatomic, strong) IPUTemplateController *templateController; @end NS_ASSUME_NONNULL_END