123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- //
- // BaseHeader.h
- // smkj
- //
- // Created by 翟玉磊 on 2018/5/21.
- // Copyright © 2018年 翟玉磊. All rights reserved.
- //
- #ifndef BaseHeader_h
- #define BaseHeader_h
- // 协议
- #import "YLConfigureView.h" // view设置model
- #import "YLConfigureCell.h" // cell设置model
- //基类
- #import "BaseViewController.h"
- #import "BaseNavigationController.h"
- #import "BaseTableViewCell.h"
- #import "BaseTableViewController.h"
- #import "BaseCollectionViewController.h"
- #import "BaseWebViewController.h"
- #import "BaseView.h"
- #import "EmptyTableViewCell.h"
- #import "EmptyCellModel.h"
- //基础方法
- #import "BaseMethod.h"
- #import "HandleString.h"
- #import "SystemControlObject.h"
- #import "SystemTimeObject.h"
- #import "SystemRightObject.h"
- #import "LocalFileManage.h"
- #import "CommonCodingFunc.h"
- //类别
- #import "NSString+Utils.h" //截取url中的参数
- #import "UIImage+KIAdditions.h"
- #import "UIImage+Extension.h"
- #import "UIImage+Save.h"
- #import "UILabel+Copy.h" //添加label复制功能
- #import "UILabel+YBAttributeTextTapAction.h" //在label上添加点击事件
- #import "UILabel+Extension.h" // label扩展功能
- #import "UILabel+Create.h"
- #import "UIView+Frame.h"
- #import "UIView+border.h"
- #import "UIView+Create.h"
- #import "UIView+NoData.h"
- #import "UIView+ZYLEmptyView.h" //空数据界面
- #import "UIView+Snapshot.h" //view截图
- #import "UIView+Background.h" //默认背景色,填充数据后消失
- #import "UIView+YLExtension.h" //xib属性获取
- #import "UIViewController+BackButtonHandler.h" //截取返回按钮事件
- #import "UIViewController+Extension.h"
- #import "UIViewController+PresentationStyle.h"
- #import "UITextField+ExtentRange.h" //设置光标位置
- #import "UIColor+Color.h"
- #import "UITabBar+badge.h" //tabbar红点
- #import "UIBarButtonItem+Extension.h" /// 多种初始化方式
- #import "UIScrollView+Refresh.h" /// 添加自定义刷新控件
- #import "FBKVOController+Extension.h"
- #import "NSError+YLExtension.h" // 获取错误中描述字符串
- #import "MBProgressHUD+Extension.h" //提示view二次扩展
- #import "NSObject+YLRandom.h" //获取随机数
- #import "UIButton+direction.h" //调整图片和文字位置
- #import "UIButton+Create.h"
- #import "UIWindow+Extension.h"
- #import "UITableView+Utils.h"
- #import "CALayer+Extension.h"
- #import "NSAttributedString+Extension.h"
- #import "UICollectionView+Utils.h"
- //自定义view
- #import "MJRefreshFeedbackNormalHeader.h" //带短震动的下拉刷新mjRefresh
- #import "YLScrollView.h" //banner 无限滚动视图
- #import "MenuSegmentView.h" //菜单
- #import "CustomBoxView.h"
- #import "CustomInfoView.h" //信息输入框
- #import "HeadPhotoSelectView.h" //图片选择器
- //#import "RadioPopuView.h" //单选上弹列表菜单
- //#import "BottomBasePopupController.h" // 底部菜单弹唱
- #import "AmountInputAlertView.h" //一个输入框的弹窗
- //利用runtime
- #import "DDYHookUtility.h" //runtime基类
- #import "UIViewController+Expand.h"
- #import "UINavigationController+Expand.h" //返回重复创建登录界面
- //封装的工具类
- #import "GuidePageView.h" //启动引导
- #import "SingleGuideView.h" //功能引导
- #import "PlaceholderTextView.h" //带有默认文本的textView
- #import "ImageHandlerObject.h" //压缩图片质量以及尺寸到指定大小 多用于微信分享的时候图片限制
- #import "CodeHandlerObject.h" //二维码操作
- #import "ScanQRCodeViewController.h" //这是一个扫描二维码的控制器
- #import "BlockAlertController.h" //封装系统弹窗
- #import "CustomActionSheetController.h" //自定义弹窗sheet
- #import "CustomActionAlertController.h" //自定义alert
- #import "CustomSwitch.h" //自定义开关
- #import "ToolShowView.h" //自定义弹窗菜单
- #import "LocationManage.h" //百度定位
- #import "YLBaseAlertView.h" //基础alert 可以自定义内容
- #import "AudioRecorder.h" //封装的音频录制和播放
- #import "TJRecorderTool.h" //别人封装的音频录制和播放
- #import "YLPresentTransition.h" /// Present过渡动画
- #import "YLDismissTransition.h" /// Present过渡动画
- #import "YLInteractiveTransition.h" /// Present过渡动画
- #import "BasePickerViewController.h" // 单个轮子的pickerView
- #import "XYSocialSDKHeader.h" //封装的社交SDK(微信、微博、QQ的登录和分享)
- #import "SelectImageHandler.h" //选择图片
- #import "CaculateNumberTool.h" //数组处理工具(数字格式化)
- #import "XYLabelAnimation.h" //label动画
- //网络层
- #import "ZYLNetworkError.h" //网络层错误
- #import "UploadManager.h" //上传文件(图片、视频等)
- #import "ZYLService.h" //域名管理
- #import "ZYLAPPContext.h" //网络监听
- #import "ZYLAPIManager.h" //网络层接口请求入口
- #import "ZYLResponseModel.h" //数据model
- // 业务接口
- #import "XYUserAPIManager.h" //用户相关接口
- #import "XYConfigAPIManager.h" //app配置接口
- #import "XYPayAPIManager.h" //充值和支付相关接口
- #import "XYAnchorAPIManager.h" //主播相关接口
- #import "XYLiveAPIManage.h" //直播相关接口
- #import "XYSocialApiManager.h" //社交相关接口
- #import "XYPublicAPIManager.h" //公共相关接口(不登录调用的接口例如:首页列表,搜索)
- #import "XYChatAPIManager.h" //视频聊天相关接口
- #import "XYVipAPIManager.h" //vip相关接口
- #import "XYFeedAPIManager.h" //内容相关接口
- #import "XYVoiceRoomAPIManager.h" //语音房接口
- #import "XYWalletAPIManager.h" //钱包接口
- #import "XYMusicAPIManager.h" //音乐接口
- #endif /* BaseHeader_h */
|