AppBlockModel.m 259 B

123456789101112131415161718
  1. //
  2. // AppBlockModel.m
  3. // BuguLive
  4. //
  5. // Created by xfg on 2017/6/7.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "AppBlockModel.h"
  9. @implementation AppBlockModel
  10. + (instancetype)manager
  11. {
  12. return [[AppBlockModel alloc] init];
  13. }
  14. @end