//我的学车日记 #import <UIKit/UIKit.h> @interface DiaryVC : UIViewController /**每次跳转时一定要传。 不传就。默认是自己 */ @property(nonatomic,strong) NSString *userID; @end