// // AppDelegate.h // RabbitMQ // // Created by WindShan on 2016/12/9. // Copyright © 2016年 WindShan. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end