addFriendController.h 312 B

1234567891011121314151617181920
  1. //
  2. // addFriendController.h
  3. // AIIM
  4. //
  5. // Created by gan on 2025/6/25.
  6. //
  7. #ifndef addFriendController_h
  8. #define addFriendController_h
  9. #endif /* addFriendController_h */
  10. #import <UIKit/UIKit.h>
  11. @interface addFriendController : UIViewController
  12. @property(nonatomic, strong) NSDictionary *friendMsg;
  13. @end