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