| 123456789101112131415161718 |
- //
- // AppBlockModel.m
- // BuguLive
- //
- // Created by xfg on 2017/6/7.
- // Copyright © 2017年 xfg. All rights reserved.
- //
- #import "AppBlockModel.h"
- @implementation AppBlockModel
- + (instancetype)manager
- {
- return [[AppBlockModel alloc] init];
- }
- @end
|