| 12345678910111213 |
- //
- // MylistViewController.h
- // Apex Mobile
- //
- // Created by Ray on 25/01/2018.
- // Copyright © 2018 United Software Applications, Inc. All rights reserved.
- //
- #import "StaticModelistViewController.h"
- @interface MylistViewController : StaticModelistViewController
- @property (nonatomic , copy) void (^logoutSuccessful)(void);
- @end
|