SHomeInfoV.h 276 B

123456789101112131415
  1. //
  2. // SHomeInfoV.h
  3. // BuguLive
  4. //
  5. // Created by 丁凯 on 2017/8/26.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SHomeInfoV : UIView
  10. - (void)setViewWithArray:(NSArray *)otherArray andMDict:(NSMutableDictionary *)Mdict;
  11. @end