MylistViewController.h 336 B

12345678910111213
  1. //
  2. // MylistViewController.h
  3. // Apex Mobile
  4. //
  5. // Created by Ray on 25/01/2018.
  6. // Copyright © 2018 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import "StaticModelistViewController.h"
  9. @interface MylistViewController : StaticModelistViewController
  10. @property (nonatomic , copy) void (^logoutSuccessful)(void);
  11. @end