| 12345678910111213141516171819 |
- //
- // FriendController.h
- // AIIM
- //
- // Created by gan on 2025/4/20.
- //
- #ifndef FriendController_h
- #define FriendController_h
- #endif /* FriendController_h */
- #import <UIKit/UIKit.h>
- @interface FriendController : UIViewController
- @property(nonatomic, strong) NSDictionary *friendMsg;
- @property(nonatomic, strong) NSString *friendId;
- @end
|