UIViewController+XLSlideMenu.h
384 Bytes
//
// UIViewController+XLSlideMenu.h
// XLSlideMenuExample
//
// Created by MengXianLiang on 2017/5/8.
// Copyright © 2017年 MengXianLiang. All rights reserved.
// GitHub:https://github.com/mengxianliang/XLSlideMenu
#import <UIKit/UIKit.h>
@class XLSlideMenu;
@interface UIViewController (XLSlideMenu)
@property (nonatomic, strong, readonly) XLSlideMenu *xl_sldeMenu;
@end