| 1234567891011121314151617181920 |
- //
- // EXFriendController.h
- // AIIM
- //
- // Created by gan on 2025/4/21.
- //
- #ifndef EXFriendController_h
- #define EXFriendController_h
- #endif /* EXFriendController_h */
- #import <UIKit/UIKit.h>
- @interface EXFriendController : UIViewController
- @property(nonatomic, strong) NSDictionary *friendMsg;
- @end
|