LoggedChatEdit.aidl (114B) - raw


      1 package me.rhunk.snapenhance.bridge.logger;
      2 
      3 parcelable LoggedChatEdit {
      4     long timestamp;
      5     String message;
      6 }