BBASettingsViewController.h
408 Bytes
//
// BBASettingsViewController.h
// BBAPods
//
// Created by Xiong Feng on 16/1/26.
// Copyright © 2016年 Baidu. All rights reserved.
//
#import "BBATableViewController+StaticCells.h"
// 通用的设置页基类
__attribute__ ((deprecated("该类已被废弃,请勿再使用")))
@interface BBASettingsViewController : BBATableViewController
@property (nonatomic, strong) NSArray *sections;
@end